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

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

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « components/sync_driver/DEPS ('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
(Empty)
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
3 // found in the LICENSE file.
4
5 // Constants for the names of various sync preferences, for easier changing.
6
7 #include "build/build_config.h"
8
9 namespace sync_driver {
10
11 namespace prefs {
12
13 extern const char kEnhancedBookmarksExperimentEnabled[];
14 extern const char kEnhancedBookmarksExtensionId[];
15
16 extern const char kSyncLastSyncedTime[];
17 extern const char kSyncHasAuthError[];
18 extern const char kSyncHasSetupCompleted[];
19 extern const char kSyncKeepEverythingSynced[];
20
21 extern const char kSyncAppList[];
22 extern const char kSyncAppNotifications[];
23 extern const char kSyncAppSettings[];
24 extern const char kSyncApps[];
25 extern const char kSyncAutofillProfile[];
26 extern const char kSyncAutofill[];
27 extern const char kSyncBookmarks[];
28 extern const char kSyncDictionary[];
29 extern const char kSyncExtensionSettings[];
30 extern const char kSyncExtensions[];
31 extern const char kSyncFaviconImages[];
32 extern const char kSyncFaviconTracking[];
33 extern const char kSyncHistoryDeleteDirectives[];
34 extern const char kSyncManagedUserSettings[];
35 extern const char kSyncManagedUserSharedSettings[];
36 extern const char kSyncManagedUsers[];
37 extern const char kSyncArticles[];
38 extern const char kSyncPasswords[];
39 extern const char kSyncPreferences[];
40 extern const char kSyncPriorityPreferences[];
41 extern const char kSyncSearchEngines[];
42 extern const char kSyncSessions[];
43 extern const char kSyncSyncedNotificationAppInfo[];
44 extern const char kSyncSyncedNotifications[];
45 extern const char kSyncTabs[];
46 extern const char kSyncThemes[];
47 extern const char kSyncTypedUrls[];
48
49 extern const char kSyncManaged[];
50 extern const char kSyncSuppressStart[];
51
52 extern const char kSyncUsingSecondaryPassphrase[];
53 extern const char kSyncEncryptionBootstrapToken[];
54 extern const char kSyncKeystoreEncryptionBootstrapToken[];
55
56 extern const char kSyncAcknowledgedSyncTypes[];
57
58 extern const char kSyncSessionsGUID[];
59
60 #if defined(OS_CHROMEOS)
61 extern const char kSyncSpareBootstrapToken[];
62 #endif // defined(OS_CHROMEOS)
63
64 } // namespace prefs
65
66 } // namespace sync_driver
OLDNEW
« no previous file with comments | « components/sync_driver/DEPS ('k') | components/sync_driver/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698