| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 52ecbe3983d0a68db6e374cbd56daa9cee57a35a..139d7a5ed2c6750b34cfc3588d03cc03ac30616d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -634,6 +634,9 @@ const FeatureEntry::Choice kEnableWebFontsInterventionV2Choices[] = {
|
| {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_ENABLED_WITH_2G,
|
| switches::kEnableWebFontsInterventionV2,
|
| switches::kEnableWebFontsInterventionV2SwitchValueEnabledWith2G},
|
| + {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_ENABLED_WITH_3G,
|
| + switches::kEnableWebFontsInterventionV2,
|
| + switches::kEnableWebFontsInterventionV2SwitchValueEnabledWith3G},
|
| {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_ENABLED_WITH_SLOW2G,
|
| switches::kEnableWebFontsInterventionV2,
|
| switches::kEnableWebFontsInterventionV2SwitchValueEnabledWithSlow2G},
|
|
|