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

Unified Diff: chromeos/dbus/fake_shill_manager_client.cc

Issue 1219753007: Add network proxy input to md-settings internet details (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_470445_onc_proxy
Patch Set: . Created 5 years, 5 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 6a6cc3e90044049ca3f46ee84782c38be3b133f2..07508b1451184fccd155676d50ba6c1ba99d9748 100644
--- a/chromeos/dbus/fake_shill_manager_client.cc
+++ b/chromeos/dbus/fake_shill_manager_client.cc
@@ -611,6 +611,8 @@ void FakeShillManagerClient::SetupDefaultEnvironment() {
shill::kPrefixlenProperty, 1);
ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
shill::kMethodProperty, shill::kTypeIPv4);
+ ipconfig_v4_dictionary.SetStringWithoutPathExpansion(
+ shill::kWebProxyAutoDiscoveryUrlProperty, "http://wpad.com/wpad.dat");
ip_configs->AddIPConfig("ipconfig_v4_path", ipconfig_v4_dictionary);
base::DictionaryValue ipconfig_v6_dictionary;
ipconfig_v6_dictionary.SetStringWithoutPathExpansion(

Powered by Google App Engine
This is Rietveld 408576698