| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 724f892f0b3168e59105e7ec6d1397710c6d1a62..8e44d0d70db9b33c815b31e3b36daa4999633069 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -373,9 +373,6 @@ const char kEnableExperimentalWebPlatformFeatures[] =
|
| // Comma-separated list of feature names to enable. See also kDisableFeatures.
|
| const char kEnableFeatures[] = "enable-features";
|
|
|
| -// Enable Web Bluetooth.
|
| -const char kEnableWebBluetooth[] = "enable-web-bluetooth";
|
| -
|
| // WebFonts intervention v2 flag and values.
|
| const char kEnableWebFontsInterventionV2[] = "enable-webfonts-intervention-v2";
|
| const char kEnableWebFontsInterventionV2SwitchValueEnabledWith2G[] =
|
|
|