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

Unified Diff: components/arc/arc_service_manager.h

Issue 2145813002: Clear old ARC instance before opt-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test 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 ac2f4a552aa7b901fe54517868f44887a62bb1ef..469918a07b10110af3d86e8bc47a7ddaa6022ea8 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -44,7 +44,8 @@ class ArcServiceManager {
// Called when the main profile is initialized after user logs in.
void OnPrimaryUserProfilePrepared(
const AccountId& account_id,
- std::unique_ptr<BooleanPrefMember> arc_enabled_pref);
+ std::unique_ptr<BooleanPrefMember> arc_enabled_pref,
+ PrefService* pref_service);
// Called once the windowing system (ash) has been started.
void OnAshStarted();

Powered by Google App Engine
This is Rietveld 408576698