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

Unified Diff: content/browser/devtools/protocol/network_handler.h

Issue 2296953004: Send certificates to devtools when it's open instead of using certId (Closed)
Patch Set: pfeldman comment 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: content/browser/devtools/protocol/network_handler.h
diff --git a/content/browser/devtools/protocol/network_handler.h b/content/browser/devtools/protocol/network_handler.h
index e4a96e4818a5719f94e155318fa50579d81ce201..a22f76c3d20945d37ef3d1623280502797d06925 100644
--- a/content/browser/devtools/protocol/network_handler.h
+++ b/content/browser/devtools/protocol/network_handler.h
@@ -53,8 +53,6 @@ class NetworkHandler {
double download_throughput,
double upload_throughput,
const std::string* connection_type);
- Response GetCertificateDetails(int certificate_id,
- scoped_refptr<CertificateDetails>* result);
Response ShowCertificateViewer(int certificate_id);
estark 2016/09/01 00:20:03 Is this method still needed?
jam 2016/09/01 01:14:02 Not anymore, removed.
private:

Powered by Google App Engine
This is Rietveld 408576698