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

Side by Side Diff: components/onc/onc_constants.cc

Issue 948943003: Better support for Cellular roaming state in ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits 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 unified diff | Download patch
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 const char kIMEI[] = "IMEI"; 107 const char kIMEI[] = "IMEI";
108 const char kIMSI[] = "IMSI"; 108 const char kIMSI[] = "IMSI";
109 const char kLastGoodAPN[] = "LastGoodAPN"; 109 const char kLastGoodAPN[] = "LastGoodAPN";
110 const char kManufacturer[] = "Manufacturer"; 110 const char kManufacturer[] = "Manufacturer";
111 const char kMDN[] = "MDN"; 111 const char kMDN[] = "MDN";
112 const char kMEID[] = "MEID"; 112 const char kMEID[] = "MEID";
113 const char kMIN[] = "MIN"; 113 const char kMIN[] = "MIN";
114 const char kModelID[] = "ModelID"; 114 const char kModelID[] = "ModelID";
115 const char kNetworkTechnology[] = "NetworkTechnology"; 115 const char kNetworkTechnology[] = "NetworkTechnology";
116 const char kPRLVersion[] = "PRLVersion"; 116 const char kPRLVersion[] = "PRLVersion";
117 const char kProviderRequiresRoaming[] = "ProviderRequiresRoaming"; 117 const char kRoamingHome[] = "Home";
118 const char kRoamingRequired[] = "Required";
119 const char kRoamingRoaming[] = "Roaming";
118 const char kRoamingState[] = "RoamingState"; 120 const char kRoamingState[] = "RoamingState";
119 const char kHome[] = "Home";
120 const char kRoaming[] = "Roaming";
121 const char kServingOperator[] = "ServingOperator"; 121 const char kServingOperator[] = "ServingOperator";
122 const char kSignalStrength[] = "SignalStrength"; 122 const char kSignalStrength[] = "SignalStrength";
123 const char kSIMLockStatus[] = "SIMLockStatus"; 123 const char kSIMLockStatus[] = "SIMLockStatus";
124 const char kSIMPresent[] = "SIMPresent"; 124 const char kSIMPresent[] = "SIMPresent";
125 const char kSupportedCarriers[] = "SupportedCarriers"; 125 const char kSupportedCarriers[] = "SupportedCarriers";
126 const char kSupportNetworkScan[] = "SupportNetworkScan"; 126 const char kSupportNetworkScan[] = "SupportNetworkScan";
127 } // namespace cellular 127 } // namespace cellular
128 128
129 namespace cellular_provider { 129 namespace cellular_provider {
130 const char kCode[] = "Code"; 130 const char kCode[] = "Code";
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 const char kLoginIDField[] = "${LOGIN_ID}"; 379 const char kLoginIDField[] = "${LOGIN_ID}";
380 const char kEmailField[] = "${LOGIN_EMAIL}"; 380 const char kEmailField[] = "${LOGIN_EMAIL}";
381 } // namespace substitutes 381 } // namespace substitutes
382 382
383 namespace global_network_config { 383 namespace global_network_config {
384 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 384 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
385 "AllowOnlyPolicyNetworksToAutoconnect"; 385 "AllowOnlyPolicyNetworksToAutoconnect";
386 } // global_network_config 386 } // global_network_config
387 387
388 } // namespace onc 388 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698