| Index: chrome/browser/prefs/session_startup_pref.h
|
| diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
|
| index 069999b09618684a3e8eb0990f663b40260ac930..4914e2fc6c58530584b4cc6a18452c0591d95995 100644
|
| --- a/chrome/browser/prefs/session_startup_pref.h
|
| +++ b/chrome/browser/prefs/session_startup_pref.h
|
| @@ -36,6 +36,9 @@ struct SessionStartupPref {
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| + // Returns the default value for |type|.
|
| + static Type GetDefaultStartupType();
|
| +
|
| // What should happen on startup for the specified profile.
|
| static void SetStartupPref(Profile* profile, const SessionStartupPref& pref);
|
| static void SetStartupPref(PrefService* prefs,
|
|
|