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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.cc

Issue 2751913004: arc: Fix race conditon when Play Store is started too early. (Closed)
Patch Set: nits Created 3 years, 9 months 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.cc b/chrome/browser/chromeos/arc/arc_session_manager.cc
index 47ff0add114ee1a19252debf7a443e6a60ab3dfa..d59ec468961c8e5fd356c513380e9e0f5c9c300e 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager.cc
@@ -258,7 +258,7 @@ void ArcSessionManager::OnProvisioningFinished(ProvisioningResult result) {
AreArcAllOptInPreferencesManagedForProfile(profile_));
if (!suppress_play_store_app) {
playstore_launcher_.reset(
- new ArcAppLauncher(profile_, kPlayStoreAppId, true));
+ new ArcAppLauncher(profile_, kPlayStoreAppId, true, false));
}
for (auto& observer : observer_list_)
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/arc/arc_app_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698