| 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";
|
|
|