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 7c7e613e79c73e11e0c46c3a803c288ddafe090f..2b0a540d1a15eccad69097eff6990de435b4a06d 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 |
@@ -381,8 +377,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_; |