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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2371003003: Remove non-elderberry herb flavors. (Closed)
Patch Set: Created 4 years, 3 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 9e456c6ad8682ff42088c707877a2e25da3dd99c..d8e4912f2a786e9b85ef0052a7d3a16083adbcec 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1095,14 +1095,6 @@ const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab";
const char kProgressBarAnimation[] = "progress-bar-animation";
// Specifies a particular tab management experiment to enable.
-const char kTabManagementExperimentTypeAnise[] =
- "tab-management-experiment-type-anise";
-const char kTabManagementExperimentTypeBasil[] =
- "tab-management-experiment-type-basil";
-const char kTabManagementExperimentTypeChive[] =
- "tab-management-experiment-type-chive";
-const char kTabManagementExperimentTypeDill[] =
- "tab-management-experiment-type-dill";
const char kTabManagementExperimentTypeDisabled[] =
"tab-management-experiment-type-disabled";
const char kTabManagementExperimentTypeElderberry[] =

Powered by Google App Engine
This is Rietveld 408576698