Index: net/base/transport_security_state_unittest.cc |
=================================================================== |
--- net/base/transport_security_state_unittest.cc (revision 98826) |
+++ net/base/transport_security_state_unittest.cc (working copy) |
@@ -445,6 +445,7 @@ |
EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "docs.google.com", true)); |
EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "sites.google.com", true)); |
+ EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "drive.google.com", true)); |
EXPECT_TRUE(state->IsEnabledForHost(&domain_state, |
"spreadsheets.google.com", |
true)); |
@@ -713,6 +714,7 @@ |
EXPECT_TRUE(state->HasPinsForHost(&domain_state, "docs.google.com", true)); |
EXPECT_TRUE(state->HasPinsForHost(&domain_state, "1.docs.google.com", true)); |
EXPECT_TRUE(state->HasPinsForHost(&domain_state, "sites.google.com", true)); |
+ EXPECT_TRUE(state->HasPinsForHost(&domain_state, "drive.google.com", true)); |
EXPECT_TRUE(state->HasPinsForHost(&domain_state, |
"spreadsheets.google.com", |
true)); |