| Index: chrome/browser/ssl/tls_error_assistant.proto
|
| diff --git a/chrome/browser/ssl/tls_error_assistant.proto b/chrome/browser/ssl/tls_error_assistant.proto
|
| index 33f8bb1aa53061ed0ae205708783854a9539f8bf..842e2e02bc25250a28b521e5bdbf07f94ce80762 100644
|
| --- a/chrome/browser/ssl/tls_error_assistant.proto
|
| +++ b/chrome/browser/ssl/tls_error_assistant.proto
|
| @@ -13,6 +13,8 @@ message CaptivePortalCert {
|
| // with "sha256/" and encoded in base64 (same format as
|
| // src/net/http/transport_security_state_static.pins)
|
| // Example: sha256/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
|
| + //
|
| + // NOTE: Only leaf certs must be added here.
|
| optional string sha256_hash = 1;
|
| }
|
|
|
|
|