summaryrefslogtreecommitdiff
path: root/netwerk/protocol/http/nsHttpHandler.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-05 16:38:22 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-05 16:38:22 +0200
commiteadff6165c87d78258fdcee8779ae5442cc92ea0 (patch)
treeb46f197f218c1f7c635cefcb8077f087e6d9d5ae /netwerk/protocol/http/nsHttpHandler.h
parentd0cf67573ca6d69c9f00c7e9a70a64158fbca304 (diff)
downloaduxp-eadff6165c87d78258fdcee8779ae5442cc92ea0.tar.gz
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.
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r--netwerk/protocol/http/nsHttpHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h
index 36fda6acef..4f632e0784 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;