From eadff6165c87d78258fdcee8779ae5442cc92ea0 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 5 Apr 2020 16:38:22 +0200 Subject: Issue #1505 - Part 2: Store application build ID in nsHttpHandler Since we're needing to reuse this several times, it makes it simpler to just get it once in init and storing it. --- netwerk/protocol/http/nsHttpHandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'netwerk/protocol/http/nsHttpHandler.h') diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h index 36fda6ace..4f632e078 100644 --- a/netwerk/protocol/http/nsHttpHandler.h +++ b/netwerk/protocol/http/nsHttpHandler.h @@ -501,6 +501,7 @@ private: nsCString mCompatFirefox; bool mCompatFirefoxEnabled; nsCString mCompatFirefoxVersion; + nsCString mAppBuildID; nsXPIDLCString mCompatDevice; nsCString mDeviceModelId; -- cgit v1.2.3