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

Unified Diff: chrome/browser/devtools/devtools_window.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
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_window.h
diff --git a/chrome/browser/devtools/devtools_window.h b/chrome/browser/devtools/devtools_window.h
index 2010cc4c100d2404a090c0c79755c9f5bafdab7e..920f0fec9f68703ebcfeaf9d6a2df0b126df81d8 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -127,6 +127,8 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
content::WebContents* source,
const content::OpenURLParams& params) override;
+ void ShowCertificateViewer(int certificate_id);
+
// BeforeUnload interception ////////////////////////////////////////////////
// In order to preserve any edits the user may have made in devtools, the
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698