Chromium Code Reviews| 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)); |
|
xiyuan
2017/03/15 23:01:47
nit: Annotate the bool args since there are multip
|
| } |
| for (auto& observer : observer_list_) |