Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index ce427d395847b0cf979c498076b6ac94a195ec3f..9ce7df913027097f555cd739b4d748e023c54d3d 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -106,6 +106,14 @@ const Experiment::Choice kOmniboxInlineHistoryQuickProviderChoices[] = { |
switches::kOmniboxInlineHistoryQuickProviderProhibited } |
}; |
+const Experiment::Choice kFixedPositionCreatesStackingContextChoices[] = { |
+ { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" }, |
+ { IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED, |
+ switches::kEnableFixedPositionCreatesStackingContext, ""}, |
+ { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED, |
+ switches::kDisableFixedPositionCreatesStackingContext, ""} |
+}; |
+ |
const Experiment::Choice kForceCompositingModeChoices[] = { |
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" }, |
{ IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED, |
@@ -304,7 +312,7 @@ const Experiment kExperiments[] = { |
IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_NAME, |
IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_DESCRIPTION, |
kOsAll, |
- SINGLE_VALUE_TYPE(switches::kFixedPositionCreatesStackingContext) |
+ MULTI_VALUE_TYPE(kFixedPositionCreatesStackingContextChoices) |
}, |
// TODO(dspringer): When NaCl is on by default, remove this flag entry. |
{ |