Chromium Code Reviews| 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 e5199f1707ef87d2dd6e405321d694e913291d06..e2dc3bf0cf308699906c9e345ca2cf9f703c245a 100644 |
| --- a/content/shell/app/shell_main_delegate.cc |
| +++ b/content/shell/app/shell_main_delegate.cc |
| @@ -171,6 +171,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
| if (!command_line.HasSwitch(switches::kStableReleaseMode)) { |
| command_line.AppendSwitch( |
| switches::kEnableExperimentalWebPlatformFeatures); |
| + command_line.AppendSwitch(switches::kEnableWebBluetooth); |
|
scheib
2015/05/12 17:51:26
Add the explanation you gave to felt@ as a comment
ortuno
2015/05/12 20:06:06
Done.
|
| } |
| if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) { |