summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-07 20:37:09 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-07 20:37:09 +0000
commit3531b747338f0fb03e5dceb2f9b47a0c3b969d77 (patch)
treecf99aad61ac3684a42388c44e66561508470ad41 /net
parent49cdfd863b19e9a6c6fc524b76c5a11422d2ae9f (diff)
downloadchromium_src-3531b747338f0fb03e5dceb2f9b47a0c3b969d77.zip
chromium_src-3531b747338f0fb03e5dceb2f9b47a0c3b969d77.tar.gz
chromium_src-3531b747338f0fb03e5dceb2f9b47a0c3b969d77.tar.bz2
net: fixup transport_security_state_static.h from JSON data.
TBR=palmer@chromium.org BUG=none Review URL: https://codereview.chromium.org/98603009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/http/transport_security_state_static.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
index f0b3190..6c79f8e 100644
--- a/net/http/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -388,8 +388,8 @@ 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 },
+ {18, true, "\005cloud\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
+ {18, 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 },