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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1716313002: [Herb] Set up field trial for UI prototypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: startsWith Created 4 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 53b8509dbe256d2bc042a5ba88c91ac9ce2dfb8f..b1be5b9616a1f3d976ac6b18292581f5f5dca6e8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1318,7 +1318,16 @@ const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge";
const char kMarketUrlForTesting[] = "market-url-for-testing";
// Specifies a particular tab management experiment to enable.
-const char kTabManagementExperimentType[] = "tab-management-experiment-type";
+const char kTabManagementExperimentTypeDisabled[] =
+ "tab-management-experiment-type-disabled";
+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";
#endif // defined(OS_ANDROID)
#if defined(OS_WIN) || defined(OS_LINUX)
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698