Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 2437943002: Ship WebBluetooth out of origin trial (Closed)
Patch Set: fixed layout tests on Linux and Windows Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..ad9f44048fcd08129041738d22dafab3427e8b4a 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -3415,9 +3415,8 @@ 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);
+ command_line->AppendSwitch(
scheib 2016/10/21 01:02:10 Keep a comment with a TODO(570344,507419): Remove
juncai 2016/10/21 16:57:54 Done.
+ switches::kEnableExperimentalWebPlatformFeatures);
PolicyTest::SetUpCommandLine(command_line);
}
};

Powered by Google App Engine
This is Rietveld 408576698