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

Unified Diff: chromeos/network/onc/onc_translation_tables.cc

Issue 509643003: Use GetManagedProperties in InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_8a
Patch Set: Created 6 years, 4 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/network/onc/onc_translation_tables.cc
diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
index cfb12bb3907c5f9c3113ab26bede67473bf584bf..2b07888f981b9bafc51a3929877315fae3f09305 100644
--- a/chromeos/network/onc/onc_translation_tables.cc
+++ b/chromeos/network/onc/onc_translation_tables.cc
@@ -188,6 +188,8 @@ const FieldTranslationEntry ipconfig_fields[] = {
// This field is converted during translation, see ShillToONCTranslator::
// TranslateIPConfig. It is only converted from Shill->ONC.
// { ::onc::ipconfig::kType, shill::kMethodProperty},
+ { ::onc::ipconfig::kWebProxyAutoDiscoveryUrl,
pneubeck (no reviews) 2014/09/03 15:14:28 add this only to the saved_ipconfig_fields array a
stevenjb 2014/09/03 21:28:06 Acknowledged.
+ shill::kWebProxyAutoDiscoveryUrlProperty},
{NULL}};
struct OncValueTranslationEntry {

Powered by Google App Engine
This is Rietveld 408576698