Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / quic / quic_data_stream.h
index 35b485c..1af9004 100644 (file)
@@ -109,9 +109,6 @@ class NET_EXPORT_PRIVATE QuicDataStream : public ReliableQuicStream {
   // Gets the SSL connection information.
   bool GetSSLInfo(SSLInfo* ssl_info);
 
-  // Adjust flow control windows according to new offset in |frame|.
-  void OnWindowUpdateFrame(const QuicWindowUpdateFrame& frame);
-
  protected:
   // Sets priority_ to priority.  This should only be called before bytes are
   // written to the server.