Chromium Code Reviews| Index: chrome/browser/ui/startup/startup_browser_creator.cc |
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc |
| index a69f3fbc639dc7d0f027c598e581d101d725ad39..91c4bcc4cc902a6dd3e0af4ad55eac7de63aa29e 100644 |
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc |
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc |
| @@ -484,6 +484,11 @@ void StartupBrowserCreator::RegisterLocalStatePrefs( |
| } |
| // static |
| +void StartupBrowserCreator::RegisterProfilePrefs(PrefRegistrySimple* registry) { |
| + registry->RegisterBooleanPref(prefs::kHasSeenWelcomeUI, true); |
|
Peter Kasting
2016/11/20 07:32:09
Nit: I would add a comment about why we default th
tmartino
2016/11/21 00:27:34
Good call, done
|
| +} |
| + |
| +// static |
| std::vector<GURL> StartupBrowserCreator::GetURLsFromCommandLine( |
| const base::CommandLine& command_line, |
| const base::FilePath& cur_dir, |