DescriptionAdd network setup code to BlimpClientContextImpl
The BlimpClientSession is only used for the shell, and it sets up
network related code for that. This CL takes the network setup code and
moves it to BlimpClientContextImpl.
The CL also moves some exposed headers related to protocol buffers
to the public_deps of those targets. This is because of the
file blimp/net/browser_connection_handler.h which exposes the use
of BlimpMessage::FeatureCase, which can not be forward declared.
BUG=611097
Committed: https://crrev.com/d4f943953bbfaa0f4f5c0c448a2caa19df678321
Cr-Commit-Position: refs/heads/master@{#409370}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Changed to get a SingleThreadTaskRunner in constructor #
Total comments: 4
Patch Set 3 : addressed comments #Patch Set 4 : addressed comments #
Total comments: 6
Patch Set 5 : Updated comments and changed test to use a testing::Test class #Depends on Patchset: Messages
Total messages: 25 (14 generated)
|