OLD | NEW |
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 CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ |
6 #define CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ | 6 #define CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ |
7 | 7 |
8 #include <string> | 8 #include <string> |
9 | 9 |
10 #include "base/values.h" | 10 #include "base/values.h" |
(...skipping 27 matching lines...) Expand all Loading... |
38 extern const OncValueSignature kOpenVPNSignature; | 38 extern const OncValueSignature kOpenVPNSignature; |
39 extern const OncValueSignature kVPNSignature; | 39 extern const OncValueSignature kVPNSignature; |
40 extern const OncValueSignature kEthernetSignature; | 40 extern const OncValueSignature kEthernetSignature; |
41 extern const OncValueSignature kIPConfigSignature; | 41 extern const OncValueSignature kIPConfigSignature; |
42 extern const OncValueSignature kProxyLocationSignature; | 42 extern const OncValueSignature kProxyLocationSignature; |
43 extern const OncValueSignature kProxyManualSignature; | 43 extern const OncValueSignature kProxyManualSignature; |
44 extern const OncValueSignature kProxySettingsSignature; | 44 extern const OncValueSignature kProxySettingsSignature; |
45 extern const OncValueSignature kWiFiSignature; | 45 extern const OncValueSignature kWiFiSignature; |
46 extern const OncValueSignature kCertificateSignature; | 46 extern const OncValueSignature kCertificateSignature; |
47 extern const OncValueSignature kNetworkConfigurationSignature; | 47 extern const OncValueSignature kNetworkConfigurationSignature; |
48 extern const OncValueSignature kUnencryptedConfigurationSignature; | 48 extern const OncValueSignature kCertificateListSignature; |
| 49 extern const OncValueSignature kNetworkConfigurationListSignature; |
| 50 extern const OncValueSignature kToplevelConfigurationSignature; |
49 | 51 |
50 } // namespace onc | 52 } // namespace onc |
51 } // namespace chromeos | 53 } // namespace chromeos |
52 | 54 |
53 #endif // CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ | 55 #endif // CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_SIGNATURE_H_ |
OLD | NEW |