| Index: net/base/transport_security_state.cc
|
| diff --git a/net/base/transport_security_state.cc b/net/base/transport_security_state.cc
|
| index 46807ab55d9a0b32435e0f40b1d6dfeafcc5163a..747dc7e6b957f330c033909026b2ef58aa5c49eb 100644
|
| --- a/net/base/transport_security_state.cc
|
| +++ b/net/base/transport_security_state.cc
|
| @@ -581,7 +581,7 @@ struct PublicKeyPins {
|
| struct HSTSPreload {
|
| uint8 length;
|
| bool include_subdomains;
|
| - char dns_name[30];
|
| + char dns_name[34];
|
| bool https_required;
|
| PublicKeyPins pins;
|
| SecondLevelDomainName second_level_domain_name;
|
|
|