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

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

Issue 13483007: Don't set MODE_DEFAULT when adding HPKP header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable new test on Chrome Frame since it can't work. Created 7 years, 8 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 | « no previous file | net/data/url_request_unittest/hsts-and-hpkp-headers.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index f5bbfba09fdffabed09490d5d98eae623dcfd5ff..c0653335c63aea04bee49f35d2b517467d54e952 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -254,10 +254,11 @@ void FilterDisabledTests() {
// These tests use HTTPS, and IE's trust store does not have the test
// certs. So these tests time out waiting for user input. The
- // functionality they test (HTTP Strict Transport Security) does not
- // work in Chrome Frame anyway.
+ // functionality they test (HTTP Strict Transport Security and
+ // HTTP-based Public Key Pinning) does not work in Chrome Frame anyway.
"URLRequestTestHTTP.ProcessSTS",
"URLRequestTestHTTP.ProcessSTSOnce",
+ "URLRequestTestHTTP.ProcessSTSAndPKP",
// These tests have been disabled as the Chrome cookie policies don't make
// sense or have not been implemented for the host network stack.
« no previous file with comments | « no previous file | net/data/url_request_unittest/hsts-and-hpkp-headers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698