Chromium Code Reviews| Index: extensions/browser/api/web_request/web_request_api_constants.h |
| diff --git a/extensions/browser/api/web_request/web_request_api_constants.h b/extensions/browser/api/web_request/web_request_api_constants.h |
| index ce51d066cc2f5b3bc7415adf8f1607da2dc993cb..fe4d1f33e6b192828bec6a718bc0ea5934797395 100644 |
| --- a/extensions/browser/api/web_request/web_request_api_constants.h |
| +++ b/extensions/browser/api/web_request/web_request_api_constants.h |
| @@ -51,6 +51,41 @@ extern const char kAuthCredentialsKey[]; |
| extern const char kUsernameKey[]; |
| extern const char kPasswordKey[]; |
| +extern const char kSSLInfoKey[]; |
|
estark
2016/07/18 23:05:31
Is it necessary to include all of the fields below
rolandshoemaker
2016/07/25 19:08:47
I think there is a good bit that can be axed. Afte
|
| +extern const char kCipherStrengthKey[]; |
| +extern const char kClientCertSentKey[]; |
| +extern const char kChannelIDSentKey[]; |
| +extern const char kTokenBindingNegotiatedKey[]; |
| +extern const char kCertificateValidKey[]; |
| +extern const char kCertificateIssuedByKnownRootKey[]; |
| +extern const char kEVCertificateKey[]; |
| +extern const char kBuiltChainKey[]; |
| +extern const char kSentChainKey[]; |
| +extern const char kSSLVersionKey[]; |
| +extern const char kCipherNameKey[]; |
| +extern const char kKeyExchangeNameKey[]; |
| +extern const char kAEDSuiteKey[]; |
| +extern const char kMACNameKey[]; |
| +extern const char kDeflateCompressionKey[]; |
| +extern const char kVersionFallbackKey[]; |
| +extern const char kNoRenegotiationExtensionKey[]; |
| +extern const char kRevocationCheckingEnabledKey[]; |
| +extern const char kErrorsKey[]; |
| +extern const char kNonUniqueNameKey[]; |
| +extern const char kSHA1SignaturePresentKey[]; |
| +extern const char kCTComplianceFailedKey[]; |
| +extern const char kCommonNameKey[]; |
| +extern const char kLocalityNameKey[]; |
| +extern const char kStateOrProvinceNameKey[]; |
| +extern const char kCountryNameKey[]; |
| +extern const char kStreetAddressesKey[]; |
| +extern const char kOrganizationNamesKey[]; |
| +extern const char kOrganizationUnitNamesKey[]; |
| +extern const char kSerialNumberKey[]; |
| +extern const char kChainKey[]; |
| +extern const char kDomainComponentsKey[]; |
| +extern const char kConnectionInfoKey[]; |
| + |
| // Events. |
| extern const char kOnAuthRequiredEvent[]; |
| extern const char kOnBeforeRedirectEvent[]; |