| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 43c7174f4f2c6b789948167f3819c9159a082de2..631563ce87cb2c0744b8e3b067a3cc5a62ec1d6c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -342,6 +342,9 @@ const char kEnableExperimentalCanvasFeatures[] =
|
| const char kEnableExperimentalWebPlatformFeatures[] =
|
| "enable-experimental-web-platform-features";
|
|
|
| +// Enable Web Bluetooth.
|
| +const char kEnableWebBluetooth[] = "enable-web-bluetooth";
|
| +
|
| // Enables TRACE for GL calls in the renderer.
|
| const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
|
|
|
|
|