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

Side by Side Diff: components/sync/base/pref_names.h

Issue 2528163002: Rewire the local sync switches through the pref store. (Closed)
Patch Set: Comment new SyncPrefs methods. Created 4 years 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/browser_sync/profile_sync_service.cc ('k') | components/sync/base/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 #ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 5 #ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_
6 #define COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 6 #define COMPONENTS_SYNC_BASE_PREF_NAMES_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace syncer { 10 namespace syncer {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 extern const char kSyncMemoryPressureWarningCount[]; 72 extern const char kSyncMemoryPressureWarningCount[];
73 extern const char kSyncShutdownCleanly[]; 73 extern const char kSyncShutdownCleanly[];
74 74
75 extern const char kSyncInvalidationVersions[]; 75 extern const char kSyncInvalidationVersions[];
76 76
77 extern const char kSyncLastRunVersion[]; 77 extern const char kSyncLastRunVersion[];
78 78
79 extern const char kSyncPassphraseEncryptionTransitionInProgress[]; 79 extern const char kSyncPassphraseEncryptionTransitionInProgress[];
80 extern const char kSyncNigoriStateForPassphraseTransition[]; 80 extern const char kSyncNigoriStateForPassphraseTransition[];
81 81
82 extern const char kEnableLocalSyncBackend[];
83 extern const char kLocalSyncBackendDir[];
84
82 } // namespace prefs 85 } // namespace prefs
83 86
84 } // namespace syncer 87 } // namespace syncer
85 88
86 #endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_ 89 #endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/base/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698