1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/websockets/websocket_deflate_predictor_impl.h"
9 typedef WebSocketDeflatePredictor::Result Result
;
11 Result
WebSocketDeflatePredictorImpl::Predict(
12 const ScopedVector
<WebSocketFrame
>& frames
,
17 void WebSocketDeflatePredictorImpl::RecordInputDataFrame(
18 const WebSocketFrame
* frame
) {}
20 void WebSocketDeflatePredictorImpl::RecordWrittenDataFrame(
21 const WebSocketFrame
* frame
) {}