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

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

Issue 1033843003: Add NetworkTechnology types to ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 ONC_EXPORT extern const char kRoamingHome[]; 135 ONC_EXPORT extern const char kRoamingHome[];
136 ONC_EXPORT extern const char kRoamingRequired[]; 136 ONC_EXPORT extern const char kRoamingRequired[];
137 ONC_EXPORT extern const char kRoamingRoaming[]; 137 ONC_EXPORT extern const char kRoamingRoaming[];
138 ONC_EXPORT extern const char kRoamingState[]; 138 ONC_EXPORT extern const char kRoamingState[];
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 ONC_EXPORT extern const char kTechnologyCdma1Xrtt[];
146 ONC_EXPORT extern const char kTechnologyEdge[];
147 ONC_EXPORT extern const char kTechnologyEvdo[];
148 ONC_EXPORT extern const char kTechnologyGprs[];
149 ONC_EXPORT extern const char kTechnologyGsm[];
150 ONC_EXPORT extern const char kTechnologyHspa[];
151 ONC_EXPORT extern const char kTechnologyHspaPlus[];
152 ONC_EXPORT extern const char kTechnologyLte[];
153 ONC_EXPORT extern const char kTechnologyLteAdvanced[];
154 ONC_EXPORT extern const char kTechnologyUmts[];
145 } // namespace cellular 155 } // namespace cellular
146 156
147 namespace cellular_provider { 157 namespace cellular_provider {
148 ONC_EXPORT extern const char kCode[]; 158 ONC_EXPORT extern const char kCode[];
149 ONC_EXPORT extern const char kCountry[]; 159 ONC_EXPORT extern const char kCountry[];
150 ONC_EXPORT extern const char kName[]; 160 ONC_EXPORT extern const char kName[];
151 } // namespace cellular_provider 161 } // namespace cellular_provider
152 162
153 namespace cellular_apn { 163 namespace cellular_apn {
154 ONC_EXPORT extern const char kAccessPointName[]; 164 ONC_EXPORT extern const char kAccessPointName[];
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ONC_EXPORT extern const char kWPAD[]; 412 ONC_EXPORT extern const char kWPAD[];
403 } // namespace proxy 413 } // namespace proxy
404 414
405 namespace global_network_config { 415 namespace global_network_config {
406 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; 416 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[];
407 } // global_network_config 417 } // global_network_config
408 418
409 } // namespace onc 419 } // namespace onc
410 420
411 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 421 #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