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

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

Issue 1028243007: Call Device.SetCarrier when the ONC Carrier property is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onc_clang
Patch Set: . Created 5 years, 9 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 568d150a27d03946c40ee57cb29a9b42841e7d5d..b001afe96af0e0836157b4e0a797f85c07da72e1 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -263,14 +263,14 @@ const OncFieldSignature cellular_fields[] = {
{::onc::kRecommended, &kRecommendedSignature},
{::onc::cellular::kAPN, &kCellularApnSignature},
{::onc::cellular::kAPNList, &kCellularApnListSignature},
- {::onc::vpn::kAutoConnect, &kBoolSignature},
+ {::onc::cellular::kCarrier, &kStringSignature},
+ {::onc::cellular::kAutoConnect, &kBoolSignature},
pneubeck (no reviews) 2015/03/27 18:26:46 please also fix all usages, e.g.: https://code.goo
stevenjb 2015/03/27 23:18:04 Done.
{NULL}};
const OncFieldSignature cellular_with_state_fields[] = {
{::onc::cellular::kActivationType, &kStringSignature},
{::onc::cellular::kActivationState, &kStringSignature},
{::onc::cellular::kAllowRoaming, &kBoolSignature},
- {::onc::cellular::kCarrier, &kStringSignature},
{::onc::cellular::kESN, &kStringSignature},
{::onc::cellular::kFamily, &kStringSignature},
{::onc::cellular::kFirmwareRevision, &kStringSignature},

Powered by Google App Engine
This is Rietveld 408576698