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

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

Issue 563643002: Document cellular properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_9c
Patch Set: Rebase Created 6 years, 3 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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_
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