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

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

Issue 143973006: New Sync datatype for Synced Notifications App Info (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 5c023726d17deb94ed5b0ac5c8976b09e0be7506..ce2204270d9da3f66acfa94ed01437552bc9f7d0 100644
--- a/chrome/browser/sync/user_selectable_sync_type.h
+++ b/chrome/browser/sync/user_selectable_sync_type.h
@@ -31,6 +31,8 @@ enum UserSelectableSyncType {
EXTENSIONS = 6,
PROXY_TABS = 7,
APPS = 8,
+ // TODO(petewil): There was talk of removing this from user selectable sync
+ // types. Should we?
SYNCED_NOTIFICATIONS = 9,
// The datatypes below are implicitly synced, and are not exposed via user
@@ -52,6 +54,7 @@ enum UserSelectableSyncType {
// FAVICON_IMAGES,
// FAVICON_TRACKING,
// ARTICLE,
+ // SYNCED_NOTIFICATION_APP_INFO
// Number of sync datatypes exposed to the user via checboxes in the UI.
SELECTABLE_DATATYPE_COUNT = 10,

Powered by Google App Engine
This is Rietveld 408576698