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

Unified Diff: chrome/browser/net/preconnect.cc

Issue 3938001: We have to do EV certificate verification for every resource... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 10 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/preconnect.cc
===================================================================
--- chrome/browser/net/preconnect.cc (revision 64337)
+++ chrome/browser/net/preconnect.cc (working copy)
@@ -100,7 +100,7 @@
if (session->http_stream_factory()->next_protos())
ssl_config_->next_protos = *session->http_stream_factory()->next_protos();
- // All preconnects should be for main pages.
+ // All preconnects should perform EV certificate verification.
ssl_config_->verify_ev_cert = true;
proxy_info_.reset(new net::ProxyInfo());
« no previous file with comments | « no previous file | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698