| Index: chrome/browser/first_run.h
|
| ===================================================================
|
| --- chrome/browser/first_run.h (revision 58106)
|
| +++ chrome/browser/first_run.h (working copy)
|
| @@ -45,6 +45,7 @@
|
| int dont_import_items;
|
| bool run_search_engine_experiment;
|
| bool randomize_search_engine_experiment;
|
| + bool make_chrome_default;
|
| std::vector<GURL> new_tabs;
|
| std::vector<GURL> bookmarks;
|
| };
|
| @@ -73,6 +74,7 @@
|
| int dont_import_items,
|
| bool search_engine_experiment,
|
| bool randomize_search_engine_experiment,
|
| + bool make_chrome_default,
|
| ProcessSingleton* process_singleton);
|
|
|
| // The master preferences is a JSON file with the same entries as the
|
|
|