Chromium Code Reviews| Index: chrome/browser/web_bluetooth_browsertest.cc |
| diff --git a/chrome/browser/web_bluetooth_browsertest.cc b/chrome/browser/web_bluetooth_browsertest.cc |
| index a8beb50e2355c8c16cbd6412537648efe4e4560d..64447e1f75f9dca7729852321b9c406d651c6149 100644 |
| --- a/chrome/browser/web_bluetooth_browsertest.cc |
| +++ b/chrome/browser/web_bluetooth_browsertest.cc |
| @@ -31,9 +31,8 @@ namespace { |
| class WebBluetoothTest : public InProcessBrowserTest { |
| protected: |
| void SetUpCommandLine(base::CommandLine* command_line) override { |
| - // This is needed while Web Bluetooth is an Origin Trial, but can go away |
| - // once it ships globally. |
| - command_line->AppendSwitch(switches::kEnableWebBluetooth); |
| + command_line->AppendSwitch( |
|
scheib
2016/10/21 01:02:10
comment as above.
juncai
2016/10/21 16:57:54
Done.
|
| + switches::kEnableExperimentalWebPlatformFeatures); |
| InProcessBrowserTest::SetUpCommandLine(command_line); |
| } |