| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 6b5e9071b5619701f9a4dd9855f6ab967fa99cb2..e239423bedbf81b8995c836f8a2093ef182f6996 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -463,7 +463,8 @@ class Browser : public TabStripModelObserver,
|
| const content::DropData& data,
|
| blink::WebDragOperationsMask operations_allowed) override;
|
| content::SecurityStyle GetSecurityStyle(
|
| - content::WebContents* web_contents) override;
|
| + content::WebContents* web_contents,
|
| + content::SecurityStyleExplanations* security_style_explanations) override;
|
|
|
| bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
|
| bool is_type_popup() const { return type_ == TYPE_POPUP; }
|
|
|