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

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

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, 10 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/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | 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 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_ 4 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_
5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_ 5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "components/onc/onc_export.h" 9 #include "components/onc/onc_export.h"
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ONC_EXPORT extern const char kIMEI[]; 125 ONC_EXPORT extern const char kIMEI[];
126 ONC_EXPORT extern const char kIMSI[]; 126 ONC_EXPORT extern const char kIMSI[];
127 ONC_EXPORT extern const char kLastGoodAPN[]; 127 ONC_EXPORT extern const char kLastGoodAPN[];
128 ONC_EXPORT extern const char kManufacturer[]; 128 ONC_EXPORT extern const char kManufacturer[];
129 ONC_EXPORT extern const char kMDN[]; 129 ONC_EXPORT extern const char kMDN[];
130 ONC_EXPORT extern const char kMEID[]; 130 ONC_EXPORT extern const char kMEID[];
131 ONC_EXPORT extern const char kMIN[]; 131 ONC_EXPORT extern const char kMIN[];
132 ONC_EXPORT extern const char kModelID[]; 132 ONC_EXPORT extern const char kModelID[];
133 ONC_EXPORT extern const char kNetworkTechnology[]; 133 ONC_EXPORT extern const char kNetworkTechnology[];
134 ONC_EXPORT extern const char kPRLVersion[]; 134 ONC_EXPORT extern const char kPRLVersion[];
135 ONC_EXPORT extern const char kProviderRequiresRoaming[]; 135 ONC_EXPORT extern const char kRoamingHome[];
136 ONC_EXPORT extern const char kRoamingRequired[];
137 ONC_EXPORT extern const char kRoamingRoaming[];
136 ONC_EXPORT extern const char kRoamingState[]; 138 ONC_EXPORT extern const char kRoamingState[];
137 ONC_EXPORT extern const char kHome[];
138 ONC_EXPORT extern const char kRoaming[];
139 ONC_EXPORT extern const char kServingOperator[]; 139 ONC_EXPORT extern const char kServingOperator[];
140 ONC_EXPORT extern const char kSignalStrength[]; 140 ONC_EXPORT extern const char kSignalStrength[];
141 ONC_EXPORT extern const char kSIMLockStatus[]; 141 ONC_EXPORT extern const char kSIMLockStatus[];
142 ONC_EXPORT extern const char kSIMPresent[]; 142 ONC_EXPORT extern const char kSIMPresent[];
143 ONC_EXPORT extern const char kSupportedCarriers[]; 143 ONC_EXPORT extern const char kSupportedCarriers[];
144 ONC_EXPORT extern const char kSupportNetworkScan[]; 144 ONC_EXPORT extern const char kSupportNetworkScan[];
145 } // namespace cellular 145 } // namespace cellular
146 146
147 namespace cellular_provider { 147 namespace cellular_provider {
148 ONC_EXPORT extern const char kCode[]; 148 ONC_EXPORT extern const char kCode[];
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ONC_EXPORT extern const char kWPAD[]; 398 ONC_EXPORT extern const char kWPAD[];
399 } // namespace proxy 399 } // namespace proxy
400 400
401 namespace global_network_config { 401 namespace global_network_config {
402 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; 402 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[];
403 } // global_network_config 403 } // global_network_config
404 404
405 } // namespace onc 405 } // namespace onc
406 406
407 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 407 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/onc/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698