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

Unified Diff: net/http/transport_security_state_unittest.cc

Issue 23606005: Add wallet to the Google HSTS list (replacing defunct health). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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/http/transport_security_state_static.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_unittest.cc
diff --git a/net/http/transport_security_state_unittest.cc b/net/http/transport_security_state_unittest.cc
index 99d8c39f0425228d572afd3667fcc0d4d95da7f8..936d5628249a557959d5307e84eb55db2524e28d 100644
--- a/net/http/transport_security_state_unittest.cc
+++ b/net/http/transport_security_state_unittest.cc
@@ -240,7 +240,7 @@ TEST_F(TransportSecurityStateTest, Preloaded) {
EXPECT_TRUE(ShouldRedirect("chrome.google.com"));
EXPECT_TRUE(ShouldRedirect("checkout.google.com"));
- EXPECT_TRUE(ShouldRedirect("health.google.com"));
+ EXPECT_TRUE(ShouldRedirect("wallet.google.com"));
EXPECT_TRUE(ShouldRedirect("docs.google.com"));
EXPECT_TRUE(ShouldRedirect("sites.google.com"));
EXPECT_TRUE(ShouldRedirect("drive.google.com"));
@@ -489,7 +489,7 @@ TEST_F(TransportSecurityStateTest, BuiltinCertPins) {
EXPECT_TRUE(HasPublicKeyPins("sites.google.com"));
EXPECT_TRUE(HasPublicKeyPins("drive.google.com"));
EXPECT_TRUE(HasPublicKeyPins("spreadsheets.google.com"));
- EXPECT_TRUE(HasPublicKeyPins("health.google.com"));
+ EXPECT_TRUE(HasPublicKeyPins("wallet.google.com"));
EXPECT_TRUE(HasPublicKeyPins("checkout.google.com"));
EXPECT_TRUE(HasPublicKeyPins("appengine.google.com"));
EXPECT_TRUE(HasPublicKeyPins("market.android.com"));
« no previous file with comments | « net/http/transport_security_state_static.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698