| 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..52240924b1fddbfc702717446a613c9f6f36dfb4 100644
|
| --- a/components/arc/arc_bridge_service.h
|
| +++ b/components/arc/arc_bridge_service.h
|
| @@ -112,11 +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();
|
|
|