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

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

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios 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/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 2816c4da06cf5e90a5c49238f7420f2b172d2db2..af1d3a28f818a5a39526b3dd4e3a4724ecb99138 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -61,6 +61,10 @@ class Rect;
class Size;
}
+namespace net {
+class X509Certificate;
+}
+
namespace url {
class Origin;
}
@@ -518,7 +522,7 @@ class CONTENT_EXPORT WebContentsDelegate {
// Displays platform-specific (OS) dialog with the certificate details.
virtual void ShowCertificateViewerInDevTools(
WebContents* web_contents,
- int cert_id);
+ scoped_refptr<net::X509Certificate> certificate);
// Called when the active render widget is forwarding a RemoteChannel
// compositor proto. This is used in Blimp mode.
« no previous file with comments | « content/public/browser/security_style_explanation.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698