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

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

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
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.cc
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 74e59b1a195281723c21f9992a8d7e1396eafed4..399255a3b004404535e33cddf324268b323e747b 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -14,6 +14,7 @@
#include "content/public/common/bindings_policy.h"
#include "content/public/common/security_style.h"
#include "content/public/common/url_constants.h"
+#include "net/cert/x509_certificate.h"
#include "ui/gfx/geometry/rect.h"
namespace content {
@@ -256,7 +257,7 @@ SecurityStyle WebContentsDelegate::GetSecurityStyle(
void WebContentsDelegate::ShowCertificateViewerInDevTools(
WebContents* web_contents,
- int cert_id) {
+ scoped_refptr<net::X509Certificate> certificate) {
}
void WebContentsDelegate::RequestAppBannerFromDevTools(
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698