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

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

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 CHROMEOS_EXPORT extern const OncValueSignature kOpenVPNSignature; 44 CHROMEOS_EXPORT extern const OncValueSignature kOpenVPNSignature;
45 CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature; 45 CHROMEOS_EXPORT extern const OncValueSignature kVPNSignature;
46 CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature; 46 CHROMEOS_EXPORT extern const OncValueSignature kEthernetSignature;
47 CHROMEOS_EXPORT extern const OncValueSignature kIPConfigSignature; 47 CHROMEOS_EXPORT extern const OncValueSignature kIPConfigSignature;
48 CHROMEOS_EXPORT extern const OncValueSignature kProxyLocationSignature; 48 CHROMEOS_EXPORT extern const OncValueSignature kProxyLocationSignature;
49 CHROMEOS_EXPORT extern const OncValueSignature kProxyManualSignature; 49 CHROMEOS_EXPORT extern const OncValueSignature kProxyManualSignature;
50 CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature; 50 CHROMEOS_EXPORT extern const OncValueSignature kProxySettingsSignature;
51 CHROMEOS_EXPORT extern const OncValueSignature kWiFiSignature; 51 CHROMEOS_EXPORT extern const OncValueSignature kWiFiSignature;
52 CHROMEOS_EXPORT extern const OncValueSignature kCertificateSignature; 52 CHROMEOS_EXPORT extern const OncValueSignature kCertificateSignature;
53 CHROMEOS_EXPORT extern const OncValueSignature kNetworkConfigurationSignature; 53 CHROMEOS_EXPORT extern const OncValueSignature kNetworkConfigurationSignature;
54 CHROMEOS_EXPORT extern const OncValueSignature
55 kGlobalNetworkConfigurationSignature;
54 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature; 56 CHROMEOS_EXPORT extern const OncValueSignature kCertificateListSignature;
55 CHROMEOS_EXPORT extern const OncValueSignature 57 CHROMEOS_EXPORT extern const OncValueSignature
56 kNetworkConfigurationListSignature; 58 kNetworkConfigurationListSignature;
57 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature; 59 CHROMEOS_EXPORT extern const OncValueSignature kToplevelConfigurationSignature;
58 60
59 // Derived "ONC with State" signatures. 61 // Derived "ONC with State" signatures.
60 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature; 62 CHROMEOS_EXPORT extern const OncValueSignature kNetworkWithStateSignature;
61 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature; 63 CHROMEOS_EXPORT extern const OncValueSignature kWiFiWithStateSignature;
62 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature; 64 CHROMEOS_EXPORT extern const OncValueSignature kCellularSignature;
63 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature; 65 CHROMEOS_EXPORT extern const OncValueSignature kCellularWithStateSignature;
64 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature; 66 CHROMEOS_EXPORT extern const OncValueSignature kCellularProviderSignature;
65 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature; 67 CHROMEOS_EXPORT extern const OncValueSignature kCellularApnSignature;
66 68
67 } // namespace onc 69 } // namespace onc
68 } // namespace chromeos 70 } // namespace chromeos
69 71
70 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_ 72 #endif // CHROMEOS_NETWORK_ONC_ONC_SIGNATURE_H_
OLDNEW
« no previous file with comments | « chromeos/network/mock_managed_network_configuration_handler.h ('k') | chromeos/network/onc/onc_signature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698