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

Unified Diff: components/browser_sync/browser_sync_switches.h

Issue 2442453002: [Sync] Adds a new switch for enabling the new local server backend. (Closed)
Patch Set: Fix InitArgs contructor. Created 4 years, 1 month 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 | « no previous file | components/browser_sync/browser_sync_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser_sync_switches.h
diff --git a/components/browser_sync/browser_sync_switches.h b/components/browser_sync/browser_sync_switches.h
index d2376a42e96ee786651b10c6453723da20ba1f2f..9df89c54192d2e2e1f8322df7c97538191af49f9 100644
--- a/components/browser_sync/browser_sync_switches.h
+++ b/components/browser_sync/browser_sync_switches.h
@@ -12,6 +12,8 @@ namespace switches {
extern const char kDisableSync[];
extern const char kDisableSyncTypes[];
extern const char kEnableWifiCredentialSync[];
+extern const char kEnableLocalSyncBackend[];
+extern const char kLocalSyncBackendDir[];
} // namespace switches
« no previous file with comments | « no previous file | components/browser_sync/browser_sync_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698