Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: chrome/browser/about_flags.cc

Issue 2349593002: Wire WebFonts intervention v2 for ECT of 3G (Closed)
Patch Set: rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698