summaryrefslogtreecommitdiffstats
path: root/blimp/net/browser_connection_handler.cc
diff options
context:
space:
mode:
authorhaibinlu <haibinlu@chromium.org>2016-01-27 18:14:57 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-28 02:16:56 +0000
commitfd908d2de50a4e6a77661e5ade749e008c29ac27 (patch)
treec4625e04c0d2a085c1e64e25b64610caf1fbc931 /blimp/net/browser_connection_handler.cc
parent837de824489ed5d15ac4cd82580e396631d38eb6 (diff)
downloadchromium_src-fd908d2de50a4e6a77661e5ade749e008c29ac27.zip
chromium_src-fd908d2de50a4e6a77661e5ade749e008c29ac27.tar.gz
chromium_src-fd908d2de50a4e6a77661e5ade749e008c29ac27.tar.bz2
[Blimp Net] Use checkpoitner
Otherwise, ACK buffer will buildup in BlimpMessageOutputBuffer. Review URL: https://codereview.chromium.org/1643813002 Cr-Commit-Position: refs/heads/master@{#371966}
Diffstat (limited to 'blimp/net/browser_connection_handler.cc')
-rw-r--r--blimp/net/browser_connection_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/blimp/net/browser_connection_handler.cc b/blimp/net/browser_connection_handler.cc
index f4977f9..10448aa 100644
--- a/blimp/net/browser_connection_handler.cc
+++ b/blimp/net/browser_connection_handler.cc
@@ -51,7 +51,7 @@ void BrowserConnectionHandler::HandleConnection(
connection_ = std::move(connection);
// Hook up message streams to the connection.
- connection_->SetIncomingMessageProcessor(demultiplexer_.get());
+ connection_->SetIncomingMessageProcessor(checkpointer_.get());
output_buffer_->SetOutputProcessor(
connection_->GetOutgoingMessageProcessor());
connection_->AddConnectionErrorObserver(this);