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

Unified Diff: chrome/browser/about_flags.cc

Issue 1716313002: [Herb] Set up field trial for UI prototypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using variations param 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 2a7e586fe6e6b219a45481a284bf11b73eec8346..0d40805d0b33cf4ee3b02a3204a4d783a672fc39 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -528,7 +528,9 @@ const FeatureEntry::Choice kEnableOfflinePagesChoices[] = {
};
const FeatureEntry::Choice kHerbPrototypeChoices[] = {
- {IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED, "", ""},
+ {IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
+ {IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
+ switches::kTabManagementExperimentType, "disabled"},
Ted C 2016/02/22 23:31:21 I have a sinking suspicion that you need five dist
gone 2016/02/23 23:57:47 Talked with Dan (and Alexei over chat), who confir
{IDS_FLAGS_HERB_PROTOTYPE_FLAVOR_ANISE,
switches::kTabManagementExperimentType, "anise"},
{IDS_FLAGS_HERB_PROTOTYPE_FLAVOR_BASIL,

Powered by Google App Engine
This is Rietveld 408576698