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 |