| 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 0867b3ab288b8bb2824004e2677da519bb1fa7ef..df60330e946591734cd51f5c89430a4fa9061d13 100644
|
| --- a/chrome/browser/first_run/first_run.h
|
| +++ b/chrome/browser/first_run/first_run.h
|
| @@ -71,6 +71,7 @@ struct MasterPrefs {
|
| bool suppress_first_run_default_browser_prompt;
|
| std::vector<GURL> new_tabs;
|
| std::vector<GURL> bookmarks;
|
| + std::string import_bookmarks_path;
|
| std::string variations_seed;
|
| };
|
|
|
|
|