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

Unified Diff: content/browser/net_info_browsertest.cc

Issue 424823002: Restrict NetInfo platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 5 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/net_info_browsertest.cc
diff --git a/content/browser/net_info_browsertest.cc b/content/browser/net_info_browsertest.cc
index e1aece164d1bd0729a21fe9cf322e380953a053d..605ae818f20f74484a4ab0bd60a40a6ef13f579a 100644
--- a/content/browser/net_info_browsertest.cc
+++ b/content/browser/net_info_browsertest.cc
@@ -15,9 +15,9 @@
class NetInfoBrowserTest : public content::ContentBrowserTest {
protected:
virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
- // TODO(jkarlin): Once NetInfo is enabled by default remove this switch.
- command_line->AppendSwitch(
- switches::kEnableExperimentalWebPlatformFeatures);
+ // TODO(jkarlin): Once NetInfo is enabled on all platforms remove this
+ // switch.
+ command_line->AppendSwitch(switches::kEnableNetworkInformation);
}
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698