Chromium Code Reviews| 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 871089e208b7f935d7c952861d76403c57504531..b90ca6fc797fbb909ccc0fc994c8aa9563a737e9 100644 |
| --- a/chrome/browser/sync/user_selectable_sync_type.h |
| +++ b/chrome/browser/sync/user_selectable_sync_type.h |
| @@ -31,6 +31,7 @@ enum UserSelectableSyncType { |
| EXTENSIONS = 6, |
| SESSIONS = 7, |
| APPS = 8, |
| + PUSH_NOTIFICATIONS = 9, |
|
akalin
2012/12/06 23:34:55
are we actually going to let users select/unselect
Pete Williamson
2012/12/11 18:05:26
Yes, the user should really be able to turn these
|
| // The datatypes below are implicitly synced, and are not exposed via user |
| // selectable checkboxes. |
| @@ -45,7 +46,7 @@ enum UserSelectableSyncType { |
| // EXPERIMENTS, |
| // Number of sync datatypes exposed to the user via checboxes in the UI. |
| - SELECTABLE_DATATYPE_COUNT = 9, |
| + SELECTABLE_DATATYPE_COUNT = 10, |
| }; |
| } // namespace user_selectable_type |