Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: blimp/net/browser_connection_handler.cc

Issue 1643813002: [Blimp Net] Use checkpoitner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/browser_connection_handler.cc
diff --git a/blimp/net/browser_connection_handler.cc b/blimp/net/browser_connection_handler.cc
index f4977f96ec46c1abfabbd0d1cd79cc9a1e4579f2..10448aa50222b3250e0e051c56fc998b16b7ecbd 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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698