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

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

Issue 2723953002: [sync] skeleton implementation of TypedURLSyncBridge (Closed)
Patch Set: rebase and address missing parts for bug 558320 Created 3 years, 10 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
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

Powered by Google App Engine
This is Rietveld 408576698