Chromium Code Reviews| Index: chrome/browser/ui/browser_init.h |
| diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h |
| index 30314739ad203aafb145d1502a0b68b97cc7b56b..f1ef101e656f3205060794ca4d66150a21545a96 100644 |
| --- a/chrome/browser/ui/browser_init.h |
| +++ b/chrome/browser/ui/browser_init.h |
| @@ -74,6 +74,8 @@ class BrowserInit { |
| IsFirstRun is_first_run, |
| int* return_code); |
| + static bool was_restarted(); |
|
Finnur
2011/12/13 10:53:04
Document this one. Specifically, it should be made
marja
2011/12/13 11:09:10
Done.
|
| + |
| // LaunchWithProfile --------------------------------------------------------- |
| // |
| // Assists launching the application and appending the initial tabs for a |
| @@ -250,6 +252,9 @@ class BrowserInit { |
| // Additional tabs to open during first run. |
| std::vector<GURL> first_run_tabs_; |
| + static bool was_restarted_read_; |
|
Miranda Callahan
2011/12/13 10:59:16
could you add a comment here to explain the differ
marja
2011/12/13 11:09:10
Done.
|
| + static bool was_restarted_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(BrowserInit); |
| }; |