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

Unified Diff: components/sync_driver/user_selectable_sync_type.h

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: Created 6 years, 2 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: components/sync_driver/user_selectable_sync_type.h
diff --git a/components/sync_driver/user_selectable_sync_type.h b/components/sync_driver/user_selectable_sync_type.h
index 59c1b1866f711c5a6992645ec7d0d887bef80ea2..42fd6e4faf81f95d0b040504c410e324c8138f99 100644
--- a/components/sync_driver/user_selectable_sync_type.h
+++ b/components/sync_driver/user_selectable_sync_type.h
@@ -34,6 +34,7 @@ enum UserSelectableSyncType {
// TODO(petewil): There was talk of removing this from user selectable sync
// types. Should we?
SYNCED_NOTIFICATIONS = 9,
+ WIFI_CREDENTIAL = 10,
// The datatypes below are implicitly synced, and are not exposed via user
// selectable checkboxes.
@@ -57,7 +58,7 @@ enum UserSelectableSyncType {
// SYNCED_NOTIFICATION_APP_INFO
// Number of sync datatypes exposed to the user via checboxes in the UI.
- SELECTABLE_DATATYPE_COUNT = 10,
+ SELECTABLE_DATATYPE_COUNT = 11,
};
} // namespace user_selectable_type

Powered by Google App Engine
This is Rietveld 408576698