summaryrefslogtreecommitdiffstats
path: root/blimp/net
diff options
context:
space:
mode:
authordtrainor <dtrainor@chromium.org>2015-12-09 09:10:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 17:11:17 +0000
commitd4c87719b3f885c60db2e912fcfaca43c780f36d (patch)
treeb21f86985b4c3e2ba070ded702453ade83c1b92e /blimp/net
parent62b283acf539a42e6b698d000653675b0d796572 (diff)
downloadchromium_src-d4c87719b3f885c60db2e912fcfaca43c780f36d.zip
chromium_src-d4c87719b3f885c60db2e912fcfaca43c780f36d.tar.gz
chromium_src-d4c87719b3f885c60db2e912fcfaca43c780f36d.tar.bz2
Add a basic BlimpClientSession object.
Creates the native BlimpClientSession and the corresponding Java BlimpClientSession object for Android. This also ties in existing features into the BlimpClientSession and renames them accordingly. BUG=567788 Review URL: https://codereview.chromium.org/1491423002 Cr-Commit-Position: refs/heads/master@{#364091}
Diffstat (limited to 'blimp/net')
-rw-r--r--blimp/net/browser_connection_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blimp/net/browser_connection_handler.h b/blimp/net/browser_connection_handler.h
index 03b2cd0..5a4b239 100644
--- a/blimp/net/browser_connection_handler.h
+++ b/blimp/net/browser_connection_handler.h
@@ -27,6 +27,7 @@ class BlimpMessageProcessor;
class BLIMP_NET_EXPORT BrowserConnectionHandler
: public ConnectionHandler,
public ConnectionErrorObserver {
+ public:
BrowserConnectionHandler();
~BrowserConnectionHandler() override;