| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 9bc90b68793c659a2428c4609bdf3b0d9ba822e6..7b58297f6f331f44860dc63795483dce07188bf2 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -381,6 +381,8 @@ const char kEnableWebBluetooth[] = "enable-web-bluetooth";
|
|
|
| // WebFonts intervention v2 flag and values.
|
| const char kEnableWebFontsInterventionV2[] = "enable-webfonts-intervention-v2";
|
| +const char kEnableWebFontsInterventionV2SwitchValueEnabledWith3G[] =
|
| + "enabled-3g";
|
| const char kEnableWebFontsInterventionV2SwitchValueEnabledWith2G[] =
|
| "enabled-2g";
|
| const char kEnableWebFontsInterventionV2SwitchValueEnabledWithSlow2G[] =
|
|
|