| Index: chrome/browser/session_startup_pref.h
|
| ===================================================================
|
| --- chrome/browser/session_startup_pref.h (revision 10992)
|
| +++ chrome/browser/session_startup_pref.h (working copy)
|
| @@ -31,7 +31,8 @@
|
|
|
| // What should happen on startup for the specified profile.
|
| static void SetStartupPref(Profile* profile, const SessionStartupPref& pref);
|
| - static void SetStartupPref(PrefService* prefs, const SessionStartupPref& pref);
|
| + static void SetStartupPref(PrefService* prefs,
|
| + const SessionStartupPref& pref);
|
| static SessionStartupPref GetStartupPref(Profile* profile);
|
| static SessionStartupPref GetStartupPref(PrefService* prefs);
|
|
|
|
|