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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Issue 2208803002: Remove SCT counters from DevTools security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
index 737fe52a3a2e6678db8c19fe52c150be584d5ffc..57444488088e2dfc1a02356f5398af8017a8f705 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -341,9 +341,6 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet
webSecurityDetails.cipher,
webSecurityDetails.mac,
webSecurityDetails.certId,
- webSecurityDetails.numUnknownScts,
- webSecurityDetails.numInvalidScts,
- webSecurityDetails.numValidScts,
sctList);
}

Powered by Google App Engine
This is Rietveld 408576698