Index: chrome/browser/ui/webui/options/preferences_browsertest.cc |
diff --git a/chrome/browser/ui/webui/options/preferences_browsertest.cc b/chrome/browser/ui/webui/options/preferences_browsertest.cc |
index 5ad7546b0cc624cf1b9f7ff9409312fcd90f8021..c531de704dac8f8ead28de69fab03935756a43de 100644 |
--- a/chrome/browser/ui/webui/options/preferences_browsertest.cc |
+++ b/chrome/browser/ui/webui/options/preferences_browsertest.cc |
@@ -853,8 +853,7 @@ class ProxyPreferencesBrowserTest : public PreferencesBrowserTest { |
"eth0", |
shill::kTypeEthernet, |
shill::kStateOnline, |
- true, // add to visible |
- true); // add to watchlist |
+ true /* add_to_visible */ ); |
service_test->SetServiceProperty("stub_ethernet", |
shill::kGuidProperty, |
base::StringValue("stub_ethernet")); |