summaryrefslogtreecommitdiff
path: root/netwerk/protocol/http/nsHttpChannel.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-18 09:23:17 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:58:23 +0000
commit7325253d7de7981ad04390e349842b03a2a12dc0 (patch)
tree70f8f2bee03010fcf610dc93b948f44cfe152635 /netwerk/protocol/http/nsHttpChannel.h
parent375a3e26a21399cf56291e481253da1fcfa4aba5 (diff)
downloaduxp-7325253d7de7981ad04390e349842b03a2a12dc0.tar.gz
Issue mcp-graveyard/UXP#80 - De-unify netwerk/protocol/http
Diffstat (limited to 'netwerk/protocol/http/nsHttpChannel.h')
-rw-r--r--netwerk/protocol/http/nsHttpChannel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpChannel.h b/netwerk/protocol/http/nsHttpChannel.h
index defd710c3a..b7f39b2f09 100644
--- a/netwerk/protocol/http/nsHttpChannel.h
+++ b/netwerk/protocol/http/nsHttpChannel.h
@@ -35,7 +35,10 @@ class nsIHttpChannelAuthProvider;
class nsInputStreamPump;
class nsISSLStatus;
-namespace mozilla { namespace net {
+namespace mozilla {
+namespace net {
+
+bool WillRedirect(nsHttpResponseHead * response);
class Http2PushedStream;