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: |