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

Unified Diff: chrome/browser/ui/webui/options/preferences_browsertest.cc

Issue 299403012: Clean up shill fake implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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/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"));

Powered by Google App Engine
This is Rietveld 408576698