X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsync_driver%2Fuser_selectable_sync_type.h;h=42fd6e4faf81f95d0b040504c410e324c8138f99;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=59c1b1866f711c5a6992645ec7d0d887bef80ea2;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/sync_driver/user_selectable_sync_type.h b/src/components/sync_driver/user_selectable_sync_type.h index 59c1b18..42fd6e4 100644 --- a/src/components/sync_driver/user_selectable_sync_type.h +++ b/src/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