| 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);
|
|
|