| Index: chrome/browser/chromeos/first_run/first_run.cc
|
| diff --git a/chrome/browser/chromeos/first_run/first_run.cc b/chrome/browser/chromeos/first_run/first_run.cc
|
| index 35a5a31c0d663384db23517d7957ec8347cf97ab..33e7dad078aceb53c695ab0f94408cd7308b76f9 100644
|
| --- a/chrome/browser/chromeos/first_run/first_run.cc
|
| +++ b/chrome/browser/chromeos/first_run/first_run.cc
|
| @@ -45,9 +45,9 @@ void LaunchDialogForProfile(Profile* profile) {
|
| if (!extension)
|
| return;
|
|
|
| - OpenApplication(
|
| - AppLaunchParams(profile, extension, extensions::LAUNCH_CONTAINER_WINDOW,
|
| - NEW_WINDOW, extensions::SOURCE_CHROME_INTERNAL));
|
| + OpenApplication(AppLaunchParams(
|
| + profile, extension, extensions::LAUNCH_CONTAINER_WINDOW,
|
| + WindowOpenDisposition::NEW_WINDOW, extensions::SOURCE_CHROME_INTERNAL));
|
| profile->GetPrefs()->SetBoolean(prefs::kFirstRunTutorialShown, true);
|
| }
|
|
|
|
|