diff options
Diffstat (limited to 'components/arc/arc_service_manager.h')
-rw-r--r-- | components/arc/arc_service_manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h index 5c36f56..b3a1a6d 100644 --- a/components/arc/arc_service_manager.h +++ b/components/arc/arc_service_manager.h @@ -38,10 +38,6 @@ class ArcServiceManager { // Called when the main profile is initialized after user logs in. void OnPrimaryUserProfilePrepared(const AccountId& account_id); - // Set ArcBridgeService instance for testing. Call before ArcServiceManager - // creation. ArcServiceManager owns |arc_bridge_service|. - static void SetArcBridgeServiceForTesting( - scoped_ptr<ArcBridgeService> arc_bridge_service); private: base::ThreadChecker thread_checker_; scoped_ptr<ArcBridgeService> arc_bridge_service_; |