| 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(
|
|
|