Chromium Code Reviews| Index: chrome/browser/first_run/first_run.h |
| =================================================================== |
| --- chrome/browser/first_run/first_run.h (revision 181784) |
| +++ chrome/browser/first_run/first_run.h (working copy) |
| @@ -71,6 +71,7 @@ |
| bool suppress_first_run_default_browser_prompt; |
| std::vector<GURL> new_tabs; |
| std::vector<GURL> bookmarks; |
| + std::string variations_seed; |
| }; |
| // Returns true if this is the first time chrome is run for this user. |