| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index 1c11cadb520eaabf99392f534a36bc876667e871..1139ee9fcc980fc75306d943b80c4a5f34775ff2 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -126,10 +126,7 @@ class ToolbarView : public views::AccessiblePaneView,
|
| ExtensionAction* action) override;
|
| ContentSettingBubbleModelDelegate* GetContentSettingBubbleModelDelegate()
|
| override;
|
| - void ShowWebsiteSettings(
|
| - content::WebContents* web_contents,
|
| - const GURL& virtual_url,
|
| - const security_state::SecurityInfo& security_info) override;
|
| + void ShowWebsiteSettings(content::WebContents* web_contents) override;
|
|
|
| // CommandObserver:
|
| void EnabledStateChangedForCommand(int id, bool enabled) override;
|
|
|