diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-15 00:32:07 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-15 00:32:07 +0300 |
commit | 1c9d6206cb04027614d6857786d1d82767664b45 (patch) | |
tree | dd64ba865c10972e6e114783dfdfd3a988555e93 /netwerk/protocol/http/nsHttpHandler.h | |
parent | 1a0462b4587a127d90e36b1f50687a223be8ba0f (diff) | |
download | UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.gz UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.lz UXP-1c9d6206cb04027614d6857786d1d82767664b45.tar.xz UXP-1c9d6206cb04027614d6857786d1d82767664b45.zip |
Revert incorrect UAO optimization that broke SSUAO
Diffstat (limited to 'netwerk/protocol/http/nsHttpHandler.h')
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.h | 6 |
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) { |