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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/pref_names.h
diff --git a/components/sync/base/pref_names.h b/components/sync/base/pref_names.h
index 183c9c66f55227ca10bb06ca551a6a000394cef6..9a54c593214bb7fdeea4ded978ff938cbcca2112 100644
--- a/components/sync/base/pref_names.h
+++ b/components/sync/base/pref_names.h
@@ -79,6 +79,9 @@ extern const char kSyncLastRunVersion[];
extern const char kSyncPassphraseEncryptionTransitionInProgress[];
extern const char kSyncNigoriStateForPassphraseTransition[];
+extern const char kEnableLocalSyncBackend[];
+extern const char kLocalSyncBackendDir[];
+
} // namespace prefs
} // namespace syncer
« 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