Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index a0d512812f489cc8dab90ba4b1502035df5aeb79..f62d032dac20f8964f7299f954d8dbe3ad9abbd3 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -173,6 +173,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
if (!command_line.HasSwitch(switches::kStableReleaseMode)) { |
command_line.AppendSwitch( |
switches::kEnableExperimentalWebPlatformFeatures); |
+ // Only enable WebBluetooth during Layout Tests in non release mode. |
+ command_line.AppendSwitch(switches::kEnableWebBluetooth); |
} |
if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) { |