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

Unified Diff: ash/system/chromeos/network/network_state_notifier_unittest.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: ash/system/chromeos/network/network_state_notifier_unittest.cc
diff --git a/ash/system/chromeos/network/network_state_notifier_unittest.cc b/ash/system/chromeos/network/network_state_notifier_unittest.cc
index 998db5aa36649634f19e30d980de2768727d7fa4..945bca3bc53d16b596138f2bcfe89bb93bf173bc 100644
--- a/ash/system/chromeos/network/network_state_notifier_unittest.cc
+++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc
@@ -70,12 +70,11 @@ class NetworkStateNotifierTest : public AshTestBase {
ShillServiceClient::TestInterface* service_test =
DBusThreadManager::Get()->GetShillServiceClient()->GetTestInterface();
service_test->ClearServices();
- const bool add_to_watchlist = true;
const bool add_to_visible = true;
// Create wifi and cellular networks and set to online.
service_test->AddService("wifi1", "wifi1",
shill::kTypeWifi, shill::kStateIdle,
- add_to_visible, add_to_watchlist);
+ add_to_visible);
service_test->SetServiceProperty("wifi1",
shill::kSecurityProperty,
base::StringValue(shill::kSecurityWep));
« no previous file with comments | « no previous file | chrome/browser/chromeos/customization_document.cc » ('j') | chromeos/network/network_state_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698