| 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 36c1fd5ceee58fd75af45f954f5092f9927277ef..878b3f3ddbd9e00b68e15214a24d7b919211ede7 100644
|
| --- a/chrome/browser/prefs/session_startup_pref.h
|
| +++ b/chrome/browser/prefs/session_startup_pref.h
|
| @@ -71,13 +71,6 @@ struct SessionStartupPref {
|
| // Converts an integer pref value to a SessionStartupPref::Type.
|
| static SessionStartupPref::Type PrefValueToType(int pref_value);
|
|
|
| - // Returns |true| if a change to startup type or URLS was detected by
|
| - // ProtectorService.
|
| - static bool DidStartupPrefChange(Profile* profile);
|
| -
|
| - // Returns the protected backup of startup type and URLS.
|
| - static SessionStartupPref GetStartupPrefBackup(Profile* profile);
|
| -
|
| explicit SessionStartupPref(Type type);
|
|
|
| ~SessionStartupPref();
|
|
|