| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 458e3f9b86730c50dd619012d9ad3ec437b03d1b..bf65db43cb34fd336a017b989e183aad9e75ce23 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2561,10 +2561,9 @@ void FlagsState::GetFlagFeatureEntries(flags_ui::FlagsStorage* flags_storage,
|
| break;
|
| case FeatureEntry::MULTI_VALUE:
|
| case FeatureEntry::ENABLE_DISABLE_VALUE:
|
| + case FeatureEntry::FEATURE_VALUE:
|
| data->Set("choices", CreateChoiceData(entry, enabled_entries));
|
| break;
|
| - default:
|
| - NOTREACHED();
|
| }
|
|
|
| bool supported = (entry.supported_platforms & current_platform) != 0;
|
|
|