Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1687)

Unified Diff: net/base/transport_security_state_unittest.cc

Issue 7819004: Add drive.google.com to HSTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/transport_security_state.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « net/base/transport_security_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698