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

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: self review Created 4 years, 3 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 5deccb3971f285b18b46208dff17bb665c3a0880..5f6c5b1cc3a8613716f4dc4be669f73c9e72f1d3 100644
--- a/content/browser/devtools/protocol/network_handler.h
+++ b/content/browser/devtools/protocol/network_handler.h
@@ -50,9 +50,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);
private:
void SendGetCookiesResponse(
« no previous file with comments | « chrome/browser/devtools/devtools_ui_bindings.cc ('k') | content/browser/devtools/protocol/network_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698