| Index: chrome/browser/ssl/ssl_error_assistant.proto
|
| diff --git a/chrome/browser/ssl/ssl_error_assistant.proto b/chrome/browser/ssl/ssl_error_assistant.proto
|
| index ca64528e6513cbf1932f595146c457452f5947ee..ba05957cf11a3edc19dab714a9360b1eb65cd0a5 100644
|
| --- a/chrome/browser/ssl/ssl_error_assistant.proto
|
| +++ b/chrome/browser/ssl/ssl_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;
|
| }
|
|
|
|
|