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

Unified Diff: components/sync/driver/sync_driver_switches.cc

Issue 2723953002: [sync] skeleton implementation of TypedURLSyncBridge (Closed)
Patch Set: rebase Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/driver/sync_driver_switches.h ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/sync_driver_switches.cc
diff --git a/components/sync/driver/sync_driver_switches.cc b/components/sync/driver/sync_driver_switches.cc
index e2c08a990419bc1711cf4ada5de3523334ca7e5a..74e4907c707153de1917b712243d0641c56770bf 100644
--- a/components/sync/driver/sync_driver_switches.cc
+++ b/components/sync/driver/sync_driver_switches.cc
@@ -46,4 +46,8 @@ const base::Feature kSyncUSSDeviceInfo{"EnableSyncUSSDeviceInfo",
const base::Feature kSyncUSSAutocomplete{"SyncUSSAutocomplete",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables USS implementation of typed URL datatype.
+const base::Feature kSyncUSSTypedURL{"SyncUSSTypedURL",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
} // namespace switches
« no previous file with comments | « components/sync/driver/sync_driver_switches.h ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698