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