| Index: chrome/browser/first_run/first_run.h
|
| diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
|
| index fb00754a9966097dc72798941692399c887e1b38..f9b46f0688ab6c0e03bca45df69471e0d9a53905 100644
|
| --- a/chrome/browser/first_run/first_run.h
|
| +++ b/chrome/browser/first_run/first_run.h
|
| @@ -75,6 +75,7 @@ struct MasterPrefs {
|
| int dont_import_items;
|
| bool make_chrome_default_for_user;
|
| bool suppress_first_run_default_browser_prompt;
|
| + bool welcome_page_on_os_upgrade_enabled;
|
| std::vector<GURL> new_tabs;
|
| std::vector<GURL> bookmarks;
|
| std::string import_bookmarks_path;
|
|
|