Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: chrome/browser/sync/user_selectable_sync_type.h

Issue 11441005: Create a fresh sync datatype for Synced Notifications (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix merge conflict in prolto_value_conversions.h Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/sync_prefs.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/user_selectable_sync_type.h
diff --git a/chrome/browser/sync/user_selectable_sync_type.h b/chrome/browser/sync/user_selectable_sync_type.h
index 871089e208b7f935d7c952861d76403c57504531..ee18c025561be63c01d13de0c2b11d3c14c6d034 100644
--- a/chrome/browser/sync/user_selectable_sync_type.h
+++ b/chrome/browser/sync/user_selectable_sync_type.h
@@ -31,6 +31,7 @@ enum UserSelectableSyncType {
EXTENSIONS = 6,
SESSIONS = 7,
APPS = 8,
+ SYNCED_NOTIFICATIONS = 9,
// The datatypes below are implicitly synced, and are not exposed via user
// selectable checkboxes.
@@ -45,7 +46,7 @@ enum UserSelectableSyncType {
// EXPERIMENTS,
// Number of sync datatypes exposed to the user via checboxes in the UI.
- SELECTABLE_DATATYPE_COUNT = 9,
+ SELECTABLE_DATATYPE_COUNT = 10,
};
} // namespace user_selectable_type
« no previous file with comments | « chrome/browser/sync/sync_prefs.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698