| Index: blimp/client/session/blimp_client_session.h
|
| diff --git a/blimp/client/session/blimp_client_session.h b/blimp/client/session/blimp_client_session.h
|
| index f739f6df4f49f940a2770f5b82e53fbb6272cd9d..8413f1ee65cb8697f00356645b3f0f1f0671ff4e 100644
|
| --- a/blimp/client/session/blimp_client_session.h
|
| +++ b/blimp/client/session/blimp_client_session.h
|
| @@ -86,6 +86,10 @@ class BlimpClientSession
|
| private:
|
| void RegisterFeatures();
|
|
|
| + // Terminates the active connection held by |net_connections_| on the IO
|
| + // thread. Should be called on the main thread.
|
| + void DropConnection();
|
| +
|
| // NetworkEventObserver implementation.
|
| void OnConnected() override;
|
| void OnDisconnected(int result) override;
|
|
|