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

Unified Diff: components/arc/arc_service_manager.h

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash error. Created 4 years, 5 months 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_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();

Powered by Google App Engine
This is Rietveld 408576698