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

Unified Diff: chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc

Issue 23567023: Enable Device Discovery by default on Linux, ChromeOS and Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
index 2734937fa74ccba34fd6bbb2884a66a9cb8ade3a..6bf624d4e898b2739f703e064494266267d2d2e2 100644
--- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc
@@ -142,7 +142,6 @@ class LocalDiscoveryUITest : public WebUIBrowserTest {
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
WebUIBrowserTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kEnableDeviceDiscovery);
}
FakeLocalDiscoveryUIFactory* ui_factory() { return ui_factory_.get(); }

Powered by Google App Engine
This is Rietveld 408576698