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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1009673002: Remove enhanced bookmarks sync experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: rebase Created 5 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2084954a84dccffc4af00715f2293f0fe3df19b3..2881fa8b31198a26b40c8c507538bb242a209ec1 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -766,11 +766,6 @@ const char kLoadExtension[] = "load-extension";
// Makes Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";
-// Use to opt-in user into Finch experiment groups.
-const char kManualEnhancedBookmarks[] = "manual-enhanced-bookmarks";
-const char kManualEnhancedBookmarksOptout[] =
- "manual-enhanced-bookmarks-optout";
-
// Use to opt-in to marking HTTP as non-secure.
const char kMarkNonSecureAs[] = "mark-non-secure-as";
const char kMarkNonSecureAsNeutral[] = "neutral";

Powered by Google App Engine
This is Rietveld 408576698