| 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)
|
|
|