| 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 aab5d99d40b484f8f9f7176042554f22f80c31c4..3f8b87d5cd2633f71e473bcde68228f11cc4aa1a 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -226,8 +226,7 @@ bool WebContentsDelegate::SaveFrame(const GURL& url, const Referrer& referrer) {
|
| return false;
|
| }
|
|
|
| -SecurityStyle WebContentsDelegate::GetSecurityStyle(
|
| - const WebContents* web_contents) {
|
| +SecurityStyle WebContentsDelegate::GetSecurityStyle(WebContents* web_contents) {
|
| return content::SECURITY_STYLE_UNKNOWN;
|
| }
|
|
|
|
|