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

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 11420013: POSTs to HSTS domains are no longer converted to GETs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix breakage Created 8 years, 1 month 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
Index: chrome_frame/test/net/fake_external_tab.cc
===================================================================
--- chrome_frame/test/net/fake_external_tab.cc (revision 169969)
+++ chrome_frame/test/net/fake_external_tab.cc (working copy)
@@ -297,12 +297,13 @@
// These tests are unsupported in CF.
"HTTPSRequestTest.HTTPSPreloadedHSTSTest",
+ "HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest",
+ "HTTPSRequestTest.HSTSPreservesPosts",
"HTTPSRequestTest.ResumeTest",
"HTTPSRequestTest.SSLSessionCacheShardTest",
"HTTPSRequestTest.SSLSessionCacheShardTest",
"HTTPSRequestTest.SSLv3Fallback",
"HTTPSRequestTest.TLSv1Fallback",
- "HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest",
"HTTPSOCSPTest.*",
"HTTPSEVCRLSetTest.*",
"HTTPSCRLSetTest.*"

Powered by Google App Engine
This is Rietveld 408576698