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

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

Issue 566623003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - part 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback addressed in DeviceInfoSyncService. Created 6 years, 3 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 | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver/pref_names.cc » ('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 // Constants for the names of various sync preferences, for easier changing. 5 // Constants for the names of various sync preferences, for easier changing.
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 namespace sync_driver { 9 namespace sync_driver {
10 10
11 namespace prefs { 11 namespace prefs {
12 12
13 extern const char kEnhancedBookmarksExperimentEnabled[]; 13 extern const char kEnhancedBookmarksExperimentEnabled[];
14 extern const char kEnhancedBookmarksExtensionId[]; 14 extern const char kEnhancedBookmarksExtensionId[];
15 15
16 extern const char kSyncLastSyncedTime[]; 16 extern const char kSyncLastSyncedTime[];
17 extern const char kSyncHasAuthError[]; 17 extern const char kSyncHasAuthError[];
18 extern const char kSyncHasSetupCompleted[]; 18 extern const char kSyncHasSetupCompleted[];
19 extern const char kSyncKeepEverythingSynced[]; 19 extern const char kSyncKeepEverythingSynced[];
20 20
21 extern const char kSyncAppList[]; 21 extern const char kSyncAppList[];
22 extern const char kSyncAppNotifications[]; 22 extern const char kSyncAppNotifications[];
23 extern const char kSyncAppSettings[]; 23 extern const char kSyncAppSettings[];
24 extern const char kSyncApps[]; 24 extern const char kSyncApps[];
25 extern const char kSyncArticles[]; 25 extern const char kSyncArticles[];
26 extern const char kSyncAutofillProfile[]; 26 extern const char kSyncAutofillProfile[];
27 extern const char kSyncAutofill[]; 27 extern const char kSyncAutofill[];
28 extern const char kSyncBookmarks[]; 28 extern const char kSyncBookmarks[];
29 extern const char kSyncDeviceInfo[];
29 extern const char kSyncDictionary[]; 30 extern const char kSyncDictionary[];
30 extern const char kSyncExtensionSettings[]; 31 extern const char kSyncExtensionSettings[];
31 extern const char kSyncExtensions[]; 32 extern const char kSyncExtensions[];
32 extern const char kSyncFaviconImages[]; 33 extern const char kSyncFaviconImages[];
33 extern const char kSyncFaviconTracking[]; 34 extern const char kSyncFaviconTracking[];
34 extern const char kSyncHistoryDeleteDirectives[]; 35 extern const char kSyncHistoryDeleteDirectives[];
35 extern const char kSyncPasswords[]; 36 extern const char kSyncPasswords[];
36 extern const char kSyncPreferences[]; 37 extern const char kSyncPreferences[];
37 extern const char kSyncPriorityPreferences[]; 38 extern const char kSyncPriorityPreferences[];
38 extern const char kSyncSearchEngines[]; 39 extern const char kSyncSearchEngines[];
(...skipping 21 matching lines...) Expand all
60 #if defined(OS_CHROMEOS) 61 #if defined(OS_CHROMEOS)
61 extern const char kSyncSpareBootstrapToken[]; 62 extern const char kSyncSpareBootstrapToken[];
62 #endif // defined(OS_CHROMEOS) 63 #endif // defined(OS_CHROMEOS)
63 64
64 extern const char kSyncRemainingRollbackTries[]; 65 extern const char kSyncRemainingRollbackTries[];
65 extern const char kSyncFirstSyncTime[]; 66 extern const char kSyncFirstSyncTime[];
66 67
67 } // namespace prefs 68 } // namespace prefs
68 69
69 } // namespace sync_driver 70 } // namespace sync_driver
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/sync_driver/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698