| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 1c749c697ffc2999081869494cc8faececd7019c..9163b75821a92fbf5d8cc51fa893e7b3b062efa0 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -627,6 +627,9 @@ const FeatureEntry::Choice kEnableUseZoomForDSFChoices[] = {
|
|
|
| const FeatureEntry::Choice kEnableWebFontsInterventionV2Choices[] = {
|
| {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_DEFAULT, "", ""},
|
| + {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_ENABLED_WITH_3G,
|
| + switches::kEnableWebFontsInterventionV2,
|
| + switches::kEnableWebFontsInterventionV2SwitchValueEnabledWith3G},
|
| {IDS_FLAGS_ENABLE_WEBFONTS_INTERVENTION_V2_CHOICE_ENABLED_WITH_2G,
|
| switches::kEnableWebFontsInterventionV2,
|
| switches::kEnableWebFontsInterventionV2SwitchValueEnabledWith2G},
|
|
|