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

Unified Diff: components/arc/arc_bridge_service.h

Issue 1496193002: arc: Add ArcServiceManager to own all future ARC services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 5 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
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index b11097b3f5baf2a146bf95b5f2a831314e649c9b..e5077813ad72f7400b15190fa8f86c8bdf93d864 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -112,15 +112,6 @@ class ArcBridgeService {
virtual ~ArcBridgeService();
- // Creates instance of |ArcBridgeService| for normal use.
- static scoped_ptr<ArcBridgeService> Create(
- const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner,
- const scoped_refptr<base::SequencedTaskRunner>& file_task_runner);
-
- // 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();
-
// Return true if ARC has been enabled through a commandline
// switch.
static bool GetEnabled(const base::CommandLine* command_line);

Powered by Google App Engine
This is Rietveld 408576698