| 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 // This file is generated by net/tools/transport_security_state_generator/. | 5 // This file is generated by net/tools/transport_security_state_generator/. |
| 6 | 6 |
| 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 8 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 8 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 9 | 9 |
| 10 #include <stdint.h> | 10 #include <stdint.h> |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 kPreloadedHSTSData, | 51 kPreloadedHSTSData, |
| 52 kPreloadedHSTSBits, | 52 kPreloadedHSTSBits, |
| 53 kHSTSRootPosition, | 53 kHSTSRootPosition, |
| 54 kExpectCTReportURIs, | 54 kExpectCTReportURIs, |
| 55 kExpectStapleReportURIs, | 55 kExpectStapleReportURIs, |
| 56 kPinsets, | 56 kPinsets, |
| 57 arraysize(kPinsets) | 57 arraysize(kPinsets) |
| 58 }; | 58 }; |
| 59 | 59 |
| 60 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 60 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |