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

Unified Diff: chrome/browser/devtools/devtools_window.h

Issue 2427323005: Fix certificate viewer not showing up for subresources if the devtools window is docked. (Closed)
Patch Set: Created 4 years, 2 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 55af5e509f74b813d0a30fb33da2c1b7b4a89d94..9ea23b2672ec80a6b2a31430d69738852ed64d8f 100644
--- a/chrome/browser/devtools/devtools_window.h
+++ b/chrome/browser/devtools/devtools_window.h
@@ -306,6 +306,9 @@ class DevToolsWindow : public DevToolsUIBindings::Delegate,
const content::FileChooserParams& params) override;
bool PreHandleGestureEvent(content::WebContents* source,
const blink::WebGestureEvent& event) override;
+ void ShowCertificateViewerInDevTools(
+ content::WebContents* web_contents,
+ scoped_refptr<net::X509Certificate> certificate) override;
// content::DevToolsUIBindings::Delegate overrides
void ActivateWindow() override;
« 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