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

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

Issue 578823003: Add Wimax to ONC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uploaded missing test files. Reverted network_state_handler change. 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 CHROMEOS_EXPORT extern const OncValueSignature kVerifyX509Signature; 46 CHROMEOS_EXPORT extern const OncValueSignature kVerifyX509Signature;
47 CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature; 47 CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature;
48 CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature; 48 CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature;
49 CHROMEOS_EXPORT extern const OncValueSignature kIPConfigSignature; 49 CHROMEOS_EXPORT extern const OncValueSignature kIPConfigSignature;
50 CHROMEOS_EXPORT extern const OncValueSignature kSavedIPConfigSignature; 50 CHROMEOS_EXPORT extern const OncValueSignature kSavedIPConfigSignature;
51 CHROMEOS_EXPORT extern const OncValueSignature kStaticIPConfigSignature; 51 CHROMEOS_EXPORT extern const OncValueSignature kStaticIPConfigSignature;
52 CHROMEOS_EXPORT extern const OncValueSignature kProxyLocationSignature; 52 CHROMEOS_EXPORT extern const OncValueSignature kProxyLocationSignature;
53 CHROMEOS_EXPORT extern const OncValueSignature kProxyManualSignature; 53 CHROMEOS_EXPORT extern const OncValueSignature kProxyManualSignature;
54 CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature; 54 CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature;
55 CHROMEOS_EXPORT extern const OncValueSignature kWiFiSignature; 55 CHROMEOS_EXPORT extern const OncValueSignature kWiFiSignature;
56 CHROMEOS_EXPORT extern const OncValueSignature kWiMAXSignature;
56 CHROMEOS_EXPORT extern const OncValueSignature kCertificateSignature; 57 CHROMEOS_EXPORT extern const OncValueSignature kCertificateSignature;
57 CHROMEOS_EXPORT extern const OncValueSignature kNetworkConfigurationSignature; 58 CHROMEOS_EXPORT extern const OncValueSignature kNetworkConfigurationSignature;
58 CHROMEOS_EXPORT extern const OncValueSignature 59 CHROMEOS_EXPORT extern const OncValueSignature
59 kGlobalNetworkConfigurationSignature; 60 kGlobalNetworkConfigurationSignature;
60 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature; 61 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature;
61 CHROMEOS_EXPORT extern const OncValueSignature 62 CHROMEOS_EXPORT extern const OncValueSignature
62 kNetworkConfigurationListSignature; 63 kNetworkConfigurationListSignature;
63 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature; 64 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature;
64 65
65 // Derived "ONC with State" signatures. 66 // Derived "ONC with State" signatures.
66 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature; 67 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature;
67 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature; 68 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature;
69 CHROMEOS_EXPORT extern const OncValueSignature kWiMAXWithStateSignature;
68 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature; 70 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature;
69 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature; 71 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature;
70 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature; 72 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature;
71 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature; 73 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature;
72 CHROMEOS_EXPORT extern const OncValueSignature kCellularFoundNetworkSignature; 74 CHROMEOS_EXPORT extern const OncValueSignature kCellularFoundNetworkSignature;
73 CHROMEOS_EXPORT extern const OncValueSignature kSIMLockStatusSignature; 75 CHROMEOS_EXPORT extern const OncValueSignature kSIMLockStatusSignature;
74 76
75 } // namespace onc 77 } // namespace onc
76 } // namespace chromeos 78 } // namespace chromeos
77 79
78 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_ 80 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698