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

Side by Side Diff: chrome/browser/chromeos/network_settings/onc_signature.h

Issue 11469026: Extending ONC validator's logging. Completing toplevel validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@add_error_handling_to_validator
Patch Set: Initial patch. Created 8 years 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 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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698