| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b376a1c7c5ac003c634e1b23d843085b2d6a39c0..eb04e582de306c293a7048ed89e25688c7ee410e 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -389,13 +389,6 @@ const FeatureEntry::Choice kEnableGpuRasterizationChoices[] = {
|
| switches::kForceGpuRasterization, ""},
|
| };
|
|
|
| -const FeatureEntry::Choice kColorCorrectRenderingChoices[] = {
|
| - {flags_ui::kGenericExperimentChoiceDefault, "", ""},
|
| - {flags_ui::kGenericExperimentChoiceEnabled,
|
| - switches::kEnableColorCorrectRendering, ""},
|
| - {flags_ui::kGenericExperimentChoiceDisabled, "", ""},
|
| -};
|
| -
|
| const FeatureEntry::Choice kEnableWebGL2Choices[] = {
|
| {flags_ui::kGenericExperimentChoiceDefault, "", ""},
|
| {flags_ui::kGenericExperimentChoiceEnabled, switches::kEnableES3APIs, ""},
|
| @@ -2944,7 +2937,7 @@ const FeatureEntry kFeatureEntries[] = {
|
| {"enable-color-correct-rendering",
|
| flag_descriptions::kColorCorrectRenderingName,
|
| flag_descriptions::kColorCorrectRenderingDescription, kOsAll,
|
| - MULTI_VALUE_TYPE(kColorCorrectRenderingChoices)},
|
| + FEATURE_VALUE_TYPE(features::kColorCorrectRendering)},
|
|
|
| #if defined(OS_CHROMEOS)
|
| {"quick-unlock-pin-signin", flag_descriptions::kQuickUnlockPinSignin,
|
|
|