| 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_;
|
|
|
|
|