Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: blimp/client/core/blimp_client_context_impl.h

Issue 2344893009: Blimp: relocate thread-unsafe member getter in DropConnection code. (Closed)
Patch Set: wez feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/blimp_client_context_impl.h
diff --git a/blimp/client/core/blimp_client_context_impl.h b/blimp/client/core/blimp_client_context_impl.h
index d2053ece2a87afa2dc6c661c8a0fe9efda0d35a4..8ee0f2a3027965c1e8dcc8724f157c20b086b2cd 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -84,6 +84,10 @@ class BlimpClientContextImpl
void RegisterFeatures();
void InitializeSettings();
+ // Terminates the active connection held by |net_connections_|.
+ // May be called on any thread.
+ void DropConnection();
+
// Create IdentitySource which provides user sign in states and OAuth2 token
// service.
void CreateIdentitySource();
« no previous file with comments | « no previous file | blimp/client/core/blimp_client_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698