Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4a1c93a081b57e9923439a5730ebcea1fa55db8a..b3b2825fb8b5800c92769e1f0c59b8e02d2f7aae 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -344,6 +344,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"; |