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(); |