summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpHandler.h
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-05-14 18:29:41 -0400
committerGitHub <noreply@github.com>2018-05-14 18:29:41 -0400
commit626419cbe2a789760d45dc87fcff1a7ad221d04d (patch)
treed3ff630ec350e3b589e749f7fc83b18151c8affa /netwerk/protocol/http/nsHttpHandler.h
parent4b4b4a59cac398083e4ee224a1b90c98c26c1dfa (diff)
parent1c9d6206cb04027614d6857786d1d82767664b45 (diff)
downloadUXP-626419cbe2a789760d45dc87fcff1a7ad221d04d.tar
UXP-626419cbe2a789760d45dc87fcff1a7ad221d04d.tar.gz
UXP-626419cbe2a789760d45dc87fcff1a7ad221d04d.tar.lz
UXP-626419cbe2a789760d45dc87fcff1a7ad221d04d.tar.xz
UXP-626419cbe2a789760d45dc87fcff1a7ad221d04d.zip
Merge pull request #356 from JustOff/PR_ssuao_revert_1148544
Revert incorrect UAO optimization that broke SSUAO
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r--netwerk/protocol/http/nsHttpHandler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.h b/netwerk/protocol/http/nsHttpHandler.h
index 35b14a511..0904af893 100644
--- a/netwerk/protocol/http/nsHttpHandler.h
+++ b/netwerk/protocol/http/nsHttpHandler.h
@@ -280,12 +280,6 @@ public:
NotifyObservers(chan, NS_HTTP_ON_MODIFY_REQUEST_TOPIC);
}
- // Called by the channel and cached in the loadGroup
- void OnUserAgentRequest(nsIHttpChannel *chan)
- {
- NotifyObservers(chan, NS_HTTP_ON_USERAGENT_REQUEST_TOPIC);
- }
-
// Called by the channel once headers are available
void OnExamineResponse(nsIHttpChannel *chan)
{