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

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

Issue 10825137: FYI: Control Data + Per-Device Metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PER_USER_METADATA, refactor some encryption code Created 8 years, 4 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 cb307be6e9203db0f84e7da2e6e717129cadcdc3..ffe381f8b5f7efdb8a2db6c7ce2a98447997e954 100644
--- a/chrome/browser/sync/user_selectable_sync_type.h
+++ b/chrome/browser/sync/user_selectable_sync_type.h
@@ -41,6 +41,8 @@ enum UserSelectableSyncType {
// APP_SETTINGS,
// EXTENSION_SETTINGS,
// APP_NOTIFICATIONS,
+ // PER_DEVICE_METADATA,
+ // PER_USER_METADATA,
// Number of sync datatypes exposed to the user via checboxes in the UI.
SELECTABLE_DATATYPE_COUNT = 9,

Powered by Google App Engine
This is Rietveld 408576698