Index: blimp/net/browser_connection_handler.h |
diff --git a/blimp/net/browser_connection_handler.h b/blimp/net/browser_connection_handler.h |
index 74bb7f2bf8d1c5c1519ad089a60d8d2409e14a33..daf642d9e87436d3825d0afb338ed6d2c5cdba2f 100644 |
--- a/blimp/net/browser_connection_handler.h |
+++ b/blimp/net/browser_connection_handler.h |
@@ -49,8 +49,12 @@ class BLIMP_NET_EXPORT BrowserConnectionHandler |
void OnConnectionError(int error) override; |
private: |
+ // Tears down the current connection and its affiliated objects without a |
+ // corresponding ConnectionError. |
void DropCurrentConnection(); |
+ ConnectionErrorObserver* error_observer_ = nullptr; |
haibinlu
2016/01/04 19:45:45
still need error_observer_?
Kevin M
2016/01/04 20:42:13
Done.
|
+ |
// Routes incoming messages to the relevant feature-specific handlers. |
scoped_ptr<BlimpMessageDemultiplexer> demultiplexer_; |