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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc

Issue 11962048: This adds Cellular to the Shill to ONC translation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing broken unit test Created 7 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: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
index e6c1b8bffc39602e0de434bda42abd9f8e0e8c1a..84d86ccf534636d6f61cd2e6e302aaf5a0de3b5f 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
@@ -521,7 +521,7 @@ void PopulateVPNDetails(
hostname_ui_data.ParseOncProperty(
vpn->ui_data(), &onc,
base::StringPrintf("%s.%s",
- chromeos::onc::kVPN,
+ chromeos::onc::network_config::kVPN,
chromeos::onc::vpn::kHost));
SetValueDictionary(dictionary, kTagServerHostname,
new base::StringValue(vpn->server_hostname()),
@@ -1355,7 +1355,7 @@ void InternetOptionsHandler::PopulateIPConfigsCallback(
auto_connect_ui_data.ParseOncProperty(
ui_data, onc,
base::StringPrintf("%s.%s",
- chromeos::onc::kWiFi,
+ chromeos::onc::network_config::kWiFi,
chromeos::onc::wifi::kAutoConnect));
}
SetValueDictionary(&dictionary, kTagAutoConnect,
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_chromeos.cc ('k') | chromeos/network/onc/onc_certificate_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698