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 4914e2fc6c58530584b4cc6a18452c0591d95995..11c4180f8f34d111712ec3ecd1f822930d43a4a1 100644 |
--- a/chrome/browser/prefs/session_startup_pref.h |
+++ b/chrome/browser/prefs/session_startup_pref.h |
@@ -34,6 +34,13 @@ struct SessionStartupPref { |
TYPE_COUNT |
}; |
+ // For historical reasons the enum and value registered in the prefs don't |
+ // line up. These are the values registered in prefs. |
+ static const int kPrefValueHomePage = 0; // Deprecated |
+ static const int kPrefValueLast = 1; |
+ static const int kPrefValueURLs = 4; |
+ static const int kPrefValueNewTab = 5; |
+ |
static void RegisterUserPrefs(PrefService* prefs); |
// Returns the default value for |type|. |