| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index e24eb7b54127253efdfe1f3784e16806617d5c29..f9be85aa1ad643c4169938f34857945941a72539 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1301,8 +1301,7 @@ bool Browser::CanDragEnter(content::WebContents* source,
|
| return true;
|
| }
|
|
|
| -content::SecurityStyle Browser::GetSecurityStyle(
|
| - const WebContents* web_contents) {
|
| +content::SecurityStyle Browser::GetSecurityStyle(WebContents* web_contents) {
|
| return ConnectionSecurityHelper::GetSecurityStyleForWebContents(web_contents);
|
| }
|
|
|
|
|