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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 1325023002: DevTools: [security] allow opening certificate viewer from devtools (chrome) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved into wcd Created 5 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/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 5f17bc97fa9b596f1a6336c1f93bdc55aa1d1da4..76dfd36b64aa9a17957d09d0ab36d27fdb65899d 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -500,6 +500,11 @@ class CONTENT_EXPORT WebContentsDelegate {
WebContents* web_contents,
SecurityStyleExplanations* security_style_explanations);
+ // Displays platform-specific (OS) dialog with the certificate details.
+ virtual void ShowCertificateViewerInDevTools(
+ WebContents* web_contents,
+ int cert_id);
+
protected:
virtual ~WebContentsDelegate();
« no previous file with comments | « content/browser/devtools/protocol/network_handler.cc ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698