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

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

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback, fix unittests 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_signature.cc
diff --git a/chromeos/network/onc/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
index 4e1bdebece15ef83abc668f90641c5ffbcba00d7..2b750fb7f82c0897e467bb85c33eca33348a6447 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -290,6 +290,7 @@ const OncFieldSignature network_configuration_fields[] = {
{ ::onc::network_config::kName, &kStringSignature},
// Not supported, yet.
{ ::onc::network_config::kNameServers, &kStringListSignature},
+ { ::onc::network_config::kPriority, &kIntegerSignature},
pneubeck (no reviews) 2014/08/20 08:16:15 Please add some comment that this is not supported
stevenjb 2014/08/20 17:18:37 Hmm, we may need to chat about this. I would rathe
{ ::onc::network_config::kProxySettings, &kProxySettingsSignature},
{ ::onc::kRemove, &kBoolSignature},
// Not supported, yet.

Powered by Google App Engine
This is Rietveld 408576698