| Index: chrome/browser/ui/browser_init.h
|
| diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
|
| index 8ccec348c3bdfe70d1a79d516497c516a787537f..f01f26af05d160b102260e293322e5041c752c11 100644
|
| --- a/chrome/browser/ui/browser_init.h
|
| +++ b/chrome/browser/ui/browser_init.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "chrome/browser/prefs/session_startup_pref.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| @@ -87,6 +88,10 @@ class BrowserInit {
|
| // the first time.
|
| static bool WasRestarted();
|
|
|
| + static SessionStartupPref GetSessionStartupPref(
|
| + const CommandLine& command_line,
|
| + Profile* profile);
|
| +
|
| // LaunchWithProfile ---------------------------------------------------------
|
| //
|
| // Assists launching the application and appending the initial tabs for a
|
|
|