| 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..b7515245b09f690277516f7c342859fc376f0d83 100644
|
| --- a/chrome/browser/first_run/first_run_win.cc
|
| +++ b/chrome/browser/first_run/first_run_win.cc
|
| @@ -594,6 +594,10 @@ bool ProcessMasterPreferences(const FilePath& user_data_dir,
|
| internal::SetupMasterPrefsFromInstallPrefs(out_prefs,
|
| install_prefs.get());
|
|
|
| + // TODO(mirandac): Refactor skip-first-run-ui process into regular first run
|
| + // import process. http://crbug.com/49647
|
| + // Note we are skipping all other master preferences if skip-first-run-ui
|
| + // is *not* specified. (That is, we continue only if skipping first run ui.)
|
| if (!internal::SkipFirstRunUI(install_prefs.get()))
|
| return true;
|
|
|
|
|