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

Unified Diff: chrome/browser/web_bluetooth_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/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);
}

Powered by Google App Engine
This is Rietveld 408576698