summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpHandler.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-08-11 13:30:55 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 20:14:43 +0100
commit12640bf26e8a47293815670b03eec92a2965fcb6 (patch)
tree2a7fc2f3a60ba7bc385c808f5de352b801b879af /netwerk/protocol/http/nsHttpHandler.h
parent580ebc105678c6d01cf64e7d75116d77984024a0 (diff)
downloadUXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar
UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.gz
UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.lz
UXP-12640bf26e8a47293815670b03eec92a2965fcb6.tar.xz
UXP-12640bf26e8a47293815670b03eec92a2965fcb6.zip
Read Firefox UA compatmode from a pref instead of hard-coded.
In case of a missing pref, a hard-coded value is still used from the ctor.
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 7121d4bc2..d51662db9 100644
--- a/netwerk/protocol/http/nsHttpHandler.h
+++ b/netwerk/protocol/http/nsHttpHandler.h
@@ -489,6 +489,7 @@ private:
nsCString mCompatGecko;
bool mCompatGeckoEnabled;
nsCString mCompatFirefox;
+ nsCString mCompatFirefoxVersion;
bool mCompatFirefoxEnabled;
nsXPIDLCString mCompatDevice;
nsCString mDeviceModelId;