Index: chrome/browser/dom_ui/shown_sections_handler.h |
=================================================================== |
--- chrome/browser/dom_ui/shown_sections_handler.h (revision 30053) |
+++ chrome/browser/dom_ui/shown_sections_handler.h (working copy) |
@@ -16,7 +16,8 @@ |
THUMB = 1, |
LIST = 2, |
RECENT = 4, |
- TIPS = 8 |
+ TIPS = 8, |
+ SYNC = 16 |
}; |
class ShownSectionsHandler : public DOMMessageHandler { |
@@ -35,6 +36,9 @@ |
static void RegisterUserPrefs(PrefService* prefs); |
+ static void MigrateUserPrefs(PrefService* prefs, int old_pref_version, |
+ int new_pref_version); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ShownSectionsHandler); |
}; |