| Index: chrome/browser/first_run/first_run_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
|
| index 05c274bd99739bf70def0b3c168bf5be97d11f5e..64a66bcedca0833ff497f486345960fcdf9806e1 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -594,7 +594,7 @@ bool ProcessMasterPreferences(const FilePath& user_data_dir,
|
| internal::SetupMasterPrefsFromInstallPrefs(out_prefs,
|
| install_prefs.get());
|
|
|
| - if (!internal::SkipFirstRunUI(install_prefs.get()))
|
| + if (internal::NotSkipFirstRunUI(install_prefs.get()))
|
| return true;
|
|
|
| // We need to be able to create the first run sentinel or else we cannot
|
|
|