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 09b055d38449ff731a3b0087f3d75ee86fbdfe5e..7a3fbc0a6c6f13f7a3b1ad373fa45735d0bc65d3 100644 |
--- a/chrome/browser/prefs/session_startup_pref.h |
+++ b/chrome/browser/prefs/session_startup_pref.h |
@@ -28,7 +28,10 @@ struct SessionStartupPref { |
// Indicates the user wants to restore a specific set of URLs. The URLs |
// are contained in urls. |
- URLS |
+ URLS, |
+ |
+ // Maximum value of this enum. |
+ MAX = URLS |
whywhat
2012/03/11 23:09:33
Did you mean LAST? :)
You could also use COUNT whi
Ivan Korotkov
2012/03/12 11:20:18
There is also LAST with a different meaning :) I g
|
}; |
static void RegisterUserPrefs(PrefService* prefs); |