diff options
author | dtrainor <dtrainor@chromium.org> | 2015-12-09 09:10:20 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-09 17:11:17 +0000 |
commit | d4c87719b3f885c60db2e912fcfaca43c780f36d (patch) | |
tree | b21f86985b4c3e2ba070ded702453ade83c1b92e /blimp/net | |
parent | 62b283acf539a42e6b698d000653675b0d796572 (diff) | |
download | chromium_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.h | 1 |
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; |