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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_list_prefs.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: Add ArcKioskBridge::Delegate. Created 4 years 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: chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
index d97686a7802a0560820014fb2ca168442eb9a613..e74b217a7ba0fb9a007bb2e9a2b4a05f1cfb3374 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
+++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
@@ -34,10 +34,6 @@ namespace arc {
class ArcPackageSyncableService;
} // namespace arc
-namespace chromeos {
-class ArcKioskAppService;
-} // namespace chromeos
-
namespace content {
class BrowserContext;
} // namespace content
@@ -379,8 +375,6 @@ class ArcAppListPrefs
bool package_list_initial_refreshed_ = false;
arc::ArcPackageSyncableService* sync_service_ = nullptr;
- // Track ARC kiosk app and auto-launches it if needed.
- chromeos::ArcKioskAppService* kiosk_app_service_ = nullptr;
mojo::Binding<arc::mojom::AppHost> binding_;

Powered by Google App Engine
This is Rietveld 408576698