diff options
Diffstat (limited to 'netwerk/protocol/http/Http2Push.h')
-rw-r--r-- | netwerk/protocol/http/Http2Push.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/netwerk/protocol/http/Http2Push.h b/netwerk/protocol/http/Http2Push.h index d4b71c1ef0..fd39eb2c7c 100644 --- a/netwerk/protocol/http/Http2Push.h +++ b/netwerk/protocol/http/Http2Push.h @@ -123,24 +123,6 @@ private: uint32_t mBufferedHTTP1Consumed; }; -class Http2PushedStreamWrapper : public nsISupports { -public: - NS_DECL_THREADSAFE_ISUPPORTS - bool DispatchRelease(); - - explicit Http2PushedStreamWrapper(Http2PushedStream* aPushStream); - - nsCString& GetRequestString() { return mRequestString; } - Http2PushedStream* GetStream(); - void OnPushFailed(); - -private: - virtual ~Http2PushedStreamWrapper(); - - nsCString mRequestString; - WeakPtr<Http2Stream> mStream; -}; - } // namespace net } // namespace mozilla |