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

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: Fix win/mac test expectations Created 5 years, 11 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: chromeos/dbus/fake_shill_manager_client.cc
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc
index 7a8e633b3c41338833eb5bab036a652a37e85864..96a308d11b3aa565313901401ae2694fd504b23e 100644
--- a/chromeos/dbus/fake_shill_manager_client.cc
+++ b/chromeos/dbus/fake_shill_manager_client.cc
@@ -596,7 +596,7 @@ void FakeShillManagerClient::SetupDefaultEnvironment() {
ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
shill::kGatewayProperty, "0.0.0.1");
ipconfig_v4_dictionary.SetIntegerWithoutPathExpansion(
- shill::kPrefixlenProperty, 0);
+ shill::kPrefixlenProperty, 1);
ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
shill::kMethodProperty, shill::kTypeIPv4);
ip_configs->AddIPConfig("ipconfig_v4_path", ipconfig_v4_dictionary);
« no previous file with comments | « chrome/test/data/extensions/api_test/networking/test.js ('k') | chromeos/network/auto_connect_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698