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

Unified Diff: components/arc/arc_service_manager.h

Issue 2524673003: arc: Stop/start ARC++ kiosk app when maintenance session started/finished. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass BrowserContext from ArcServiceManager. Created 4 years, 1 month 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..b13fc28b826b53d3b3599e04c5e8d70a9d424aae 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -16,6 +16,7 @@
#include "components/arc/intent_helper/local_activity_resolver.h"
#include "components/prefs/pref_member.h"
#include "components/signin/core/account_id/account_id.h"
+#include "content/public/browser/browser_context.h"
Luis Héctor Chávez 2016/11/23 17:42:09 nit: Can you drop this and just forward-declare co
Sergey Poromov 2016/11/23 18:05:56 Done.
namespace arc {
@@ -44,6 +45,7 @@ class ArcServiceManager {
// Called when the main profile is initialized after user logs in.
void OnPrimaryUserProfilePrepared(
const AccountId& account_id,
+ content::BrowserContext* browser_context,
std::unique_ptr<BooleanPrefMember> arc_enabled_pref);
// Called to shut down all ARC services.

Powered by Google App Engine
This is Rietveld 408576698