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

Side by Side Diff: chromeos/network/onc/onc_signature.h

Issue 402953004: Correctly translate Cellular Device properties to ONC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix APNList and FoundNetworks Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_ 5 #ifndef CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_
6 #define CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_ 6 #define CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/values.h" 10 #include "base/values.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature; 58 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature;
59 CHROMEOS_EXPORT extern const OncValueSignature 59 CHROMEOS_EXPORT extern const OncValueSignature
60 kNetworkConfigurationListSignature; 60 kNetworkConfigurationListSignature;
61 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature; 61 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature;
62 62
63 // Derived "ONC with State" signatures. 63 // Derived "ONC with State" signatures.
64 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature; 64 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature;
65 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature; 65 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature;
66 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature; 66 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature;
67 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature; 67 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature;
68 CHROMEOS_EXPORT extern const OncValueSignature kCellularDeviceSignature;
68 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature; 69 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature;
69 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature; 70 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature;
71 CHROMEOS_EXPORT extern const OncValueSignature kCellularFoundNetworkSignature;
72 CHROMEOS_EXPORT extern const OncValueSignature kSIMLockStatusSignature;
70 73
71 } // namespace onc 74 } // namespace onc
72 } // namespace chromeos 75 } // namespace chromeos
73 76
74 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_ 77 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_
OLDNEW
« no previous file with comments | « no previous file | chromeos/network/onc/onc_signature.cc » ('j') | chromeos/network/onc/onc_signature.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698