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 0eff178ef99bec7f0536e1f17807f97b3352a6b8..b8593d4e89cadb62e830b8973076c24040f3f721 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()); |
} |