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

Unified Diff: chrome/test/data/webui/net_internals/hsts_view.js

Issue 418723002: Log the certificate subjects from the server certificate sent via QUIC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable timing in hsts_view.js Created 6 years, 5 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/base/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/hsts_view.js
diff --git a/chrome/test/data/webui/net_internals/hsts_view.js b/chrome/test/data/webui/net_internals/hsts_view.js
index fe9adee4f141c176ca3fed97834a34d175061d04..3c5c93c87fac0cd2d5dbd6a8efcb56c33d42f4e5 100644
--- a/chrome/test/data/webui/net_internals/hsts_view.js
+++ b/chrome/test/data/webui/net_internals/hsts_view.js
@@ -54,8 +54,8 @@ function CheckQueryResultTask(domain, stsSubdomains, pkpSubdomains,
this.domain_ = domain;
this.stsSubdomains_ = stsSubdomains;
this.pkpSubdomains_ = pkpSubdomains;
- this.stsObserved_ = stsObserved;
- this.pkpObserved_ = pkpObserved;
+ // this.stsObserved_ = stsObserved;
mmenke 2014/07/25 19:11:53 nit: Should add a link to the new bug here, once
Ryan Hamilton 2014/07/26 03:16:03 Done.
+ // this.pkpObserved_ = pkpObserved;
this.publicKeyHashes_ = publicKeyHashes;
this.queryResultType_ = queryResultType;
NetInternalsTest.Task.call(this);
« no previous file with comments | « no previous file | net/base/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698