| 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);
|
|
|