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

Side by Side Diff: components/sync_driver/user_selectable_sync_type.h

Issue 2092893002: arc: Create sync protos for Arc package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits addressed. Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « components/sync_driver/sync_prefs.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_ 5 #ifndef COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
6 #define COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_ 6 #define COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
7 7
8 namespace sync_driver { 8 namespace sync_driver {
9 namespace user_selectable_type { 9 namespace user_selectable_type {
10 10
(...skipping 20 matching lines...) Expand all
31 EXTENSIONS = 6, 31 EXTENSIONS = 6,
32 PROXY_TABS = 7, 32 PROXY_TABS = 7,
33 APPS = 8, 33 APPS = 8,
34 // TODO(petewil): There was talk of removing this from user selectable sync 34 // TODO(petewil): There was talk of removing this from user selectable sync
35 // types. Should we? 35 // types. Should we?
36 SYNCED_NOTIFICATIONS = 9, 36 SYNCED_NOTIFICATIONS = 9,
37 WIFI_CREDENTIAL = 10, 37 WIFI_CREDENTIAL = 10,
38 38
39 // The datatypes below are implicitly synced, and are not exposed via user 39 // The datatypes below are implicitly synced, and are not exposed via user
40 // selectable checkboxes. 40 // selectable checkboxes.
41 // TODO(lgcheng) ARC_PACKAGE would be selectable.
41 42
42 // AUTOFILL_PROFILE, 43 // AUTOFILL_PROFILE,
43 // NIGORI, 44 // NIGORI,
44 // DICTIONARY 45 // DICTIONARY
45 // SEARCH_ENGINES, 46 // SEARCH_ENGINES,
46 // APP_LIST, 47 // APP_LIST,
47 // APP_SETTINGS, 48 // APP_SETTINGS,
48 // EXTENSION_SETTINGS, 49 // EXTENSION_SETTINGS,
49 // APP_NOTIFICATIONS, 50 // APP_NOTIFICATIONS,
50 // DEVICE_INFO, 51 // DEVICE_INFO,
51 // EXPERIMENTS, 52 // EXPERIMENTS,
52 // PRIORITY_PREFERENCES, 53 // PRIORITY_PREFERENCES,
53 // SESSIONS, 54 // SESSIONS,
54 // HISTORY_DELETE_DIRECTIVES, 55 // HISTORY_DELETE_DIRECTIVES,
55 // FAVICON_IMAGES, 56 // FAVICON_IMAGES,
56 // FAVICON_TRACKING, 57 // FAVICON_TRACKING,
57 // ARTICLE, 58 // ARTICLE,
58 // SYNCED_NOTIFICATION_APP_INFO 59 // SYNCED_NOTIFICATION_APP_INFO,
60 // ARC_PACKAGE
59 61
60 // Number of sync datatypes exposed to the user via checboxes in the UI. 62 // Number of sync datatypes exposed to the user via checboxes in the UI.
61 SELECTABLE_DATATYPE_COUNT = 11, 63 SELECTABLE_DATATYPE_COUNT = 11,
62 }; 64 };
63 65
64 } // namespace user_selectable_type 66 } // namespace user_selectable_type
65 } // namespace sync_driver 67 } // namespace sync_driver
66 68
67 #endif // COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_ 69 #endif // COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
OLDNEW
« no previous file with comments | « components/sync_driver/sync_prefs.cc ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698