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

Unified Diff: content/browser/devtools/protocol/security_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/security_handler.h
diff --git a/content/browser/devtools/protocol/security_handler.h b/content/browser/devtools/protocol/security_handler.h
index 5f5fe68f5aa236062cf2ccd765ec089de1e5dfaf..5fd6e70742dfedfd0205c99b4a331002336043c8 100644
--- a/content/browser/devtools/protocol/security_handler.h
+++ b/content/browser/devtools/protocol/security_handler.h
@@ -27,6 +27,7 @@ class SecurityHandler : public WebContentsObserver {
Response Enable();
Response Disable();
+ Response ShowCertificateViewer(int certificate_id);
private:
void AttachToRenderFrameHost();
« no previous file with comments | « content/browser/devtools/protocol/network_handler.cc ('k') | content/browser/devtools/protocol/security_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698