| Index: net/http/transport_security_state_static.h
|
| diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
|
| index 3c5727434b1620f32094448a99d71e79f9aae240..db660437ce63510c13dc9c28808b8de6d419070e 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -388,6 +388,9 @@ static const struct HSTSPreload kPreloadedSTS[] = {
|
| {20, true, "\007history\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {21, true, "\010security\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {17, true, "\004goto\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {17, true, "\005cloud\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {17, true, "\005glass\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {17, true, "\004play\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_COM },
|
| {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOOGLE_ANALYTICS_COM },
|
| {18, true, "\005drive\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
|
|