| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index b50ff9e5d948d51c73ae3027bfa850d075c366d6..44f7ba033f53bda2d73479222f13ea782b92f8d0 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -3415,9 +3415,12 @@ INSTANTIATE_TEST_CASE_P(MediaStreamDevicesControllerBrowserTestInstance,
|
|
|
| class WebBluetoothPolicyTest : public PolicyTest {
|
| 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);
|
| + // TODO(juncai): Remove this switch once Web Bluetooth is supported on Linux
|
| + // and Windows.
|
| + // https://crbug.com/570344
|
| + // https://crbug.com/507419
|
| + command_line->AppendSwitch(
|
| + switches::kEnableExperimentalWebPlatformFeatures);
|
| PolicyTest::SetUpCommandLine(command_line);
|
| }
|
| };
|
|
|