Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 0c80be57cb4ee291c93dd134f386df369b51847b..f28d6208b898d97ca2de266f10e6827ba27b15bb 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -31,6 +31,8 @@ extern const char kRestoreOnStartupMigrated[]; |
extern const char kSessionExitedCleanly[]; |
extern const char kSessionExitType[]; |
extern const char kURLsToRestoreOnStartup[]; |
+extern const char kURLsToRestoreOnStartupOld[]; |
+extern const char kRestoreStartupURLsMigrationTime[]; |
extern const char kForceEphemeralProfiles[]; |
// For OS_CHROMEOS we maintain kApplicationLocale property in both local state |