Index: components/arc/arc_service_manager.h |
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h |
index 256a1992eb906e9eeac10793e6c46e492ab53e8b..085de904a31080f1af13314bc086b6d6107cf9e7 100644 |
--- a/components/arc/arc_service_manager.h |
+++ b/components/arc/arc_service_manager.h |
@@ -14,7 +14,6 @@ |
#include "base/threading/thread_checker.h" |
#include "components/arc/intent_helper/activity_icon_loader.h" |
#include "components/arc/intent_helper/local_activity_resolver.h" |
-#include "components/prefs/pref_member.h" |
#include "components/signin/core/account_id/account_id.h" |
namespace arc { |
@@ -42,9 +41,7 @@ class ArcServiceManager { |
static ArcServiceManager* Get(); |
// Called when the main profile is initialized after user logs in. |
- void OnPrimaryUserProfilePrepared( |
- const AccountId& account_id, |
- std::unique_ptr<BooleanPrefMember> arc_enabled_pref); |
+ void OnPrimaryUserProfilePrepared(const AccountId& account_id); |
// Called to shut down all ARC services. |
void Shutdown(); |