OLD | NEW |
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 ONC_EXPORT extern const char kMDN[]; | 126 ONC_EXPORT extern const char kMDN[]; |
127 ONC_EXPORT extern const char kMEID[]; | 127 ONC_EXPORT extern const char kMEID[]; |
128 ONC_EXPORT extern const char kMIN[]; | 128 ONC_EXPORT extern const char kMIN[]; |
129 ONC_EXPORT extern const char kModelID[]; | 129 ONC_EXPORT extern const char kModelID[]; |
130 ONC_EXPORT extern const char kNetworkTechnology[]; | 130 ONC_EXPORT extern const char kNetworkTechnology[]; |
131 ONC_EXPORT extern const char kPRLVersion[]; | 131 ONC_EXPORT extern const char kPRLVersion[]; |
132 ONC_EXPORT extern const char kProviderRequiresRoaming[]; | 132 ONC_EXPORT extern const char kProviderRequiresRoaming[]; |
133 ONC_EXPORT extern const char kRoamingState[]; | 133 ONC_EXPORT extern const char kRoamingState[]; |
134 ONC_EXPORT extern const char kHome[]; | 134 ONC_EXPORT extern const char kHome[]; |
135 ONC_EXPORT extern const char kRoaming[]; | 135 ONC_EXPORT extern const char kRoaming[]; |
136 ONC_EXPORT extern const char kSelectedNetwork[]; | |
137 ONC_EXPORT extern const char kServingOperator[]; | 136 ONC_EXPORT extern const char kServingOperator[]; |
138 ONC_EXPORT extern const char kSIMLockStatus[]; | 137 ONC_EXPORT extern const char kSIMLockStatus[]; |
139 ONC_EXPORT extern const char kSIMPresent[]; | 138 ONC_EXPORT extern const char kSIMPresent[]; |
140 ONC_EXPORT extern const char kSupportedCarriers[]; | 139 ONC_EXPORT extern const char kSupportedCarriers[]; |
141 ONC_EXPORT extern const char kSupportNetworkScan[]; | 140 ONC_EXPORT extern const char kSupportNetworkScan[]; |
142 } // namespace cellular | 141 } // namespace cellular |
143 | 142 |
144 namespace cellular_provider { | 143 namespace cellular_provider { |
145 ONC_EXPORT extern const char kCode[]; | 144 ONC_EXPORT extern const char kCode[]; |
146 ONC_EXPORT extern const char kCountry[]; | 145 ONC_EXPORT extern const char kCountry[]; |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 ONC_EXPORT extern const char kWPAD[]; | 375 ONC_EXPORT extern const char kWPAD[]; |
377 } // namespace proxy | 376 } // namespace proxy |
378 | 377 |
379 namespace global_network_config { | 378 namespace global_network_config { |
380 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; | 379 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; |
381 } // global_network_config | 380 } // global_network_config |
382 | 381 |
383 } // namespace onc | 382 } // namespace onc |
384 | 383 |
385 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ | 384 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ |
OLD | NEW |