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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2558313002: Remove explicit singletonness of ArcBridgeService part 5. (Closed)
Patch Set: Created 4 years 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 | components/arc/arc_bridge_service.cc » ('j') | components/arc/arc_bridge_service_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index acd3c001df5b8cc2df7f54163f45e6f1635dc502..51dede7664420f8929e82cf4d3f5718d778cf8df 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -90,10 +90,6 @@ class ArcBridgeService {
virtual ~ArcBridgeService();
- // Gets the global instance of the ARC Bridge Service. This can only be
- // called on the thread that this class was created on.
- static ArcBridgeService* Get();
Luis Héctor Chávez 2016/12/08 17:38:25 \o/
-
// Return true if ARC has been enabled through a commandline
// switch.
static bool GetEnabled(const base::CommandLine* command_line);
« no previous file with comments | « no previous file | components/arc/arc_bridge_service.cc » ('j') | components/arc/arc_bridge_service_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698