Index: chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc |
diff --git a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc |
index b754f502327afbee09853a9473f318e12f1bb181..b14464e851375c19cbfa25c0674af82e64e3b061 100644 |
--- a/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc |
+++ b/chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc |
@@ -121,8 +121,6 @@ ArcAppListPrefs::ArcAppListPrefs(const base::FilePath& base_path, |
} |
bridge_service_->AddObserver(this); |
- if (bridge_service_->app_instance()) |
- OnAppInstanceReady(); |
OnStateChanged(bridge_service_->state()); |
} |