| Index: chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.cc b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| index 49f44a623654cbc90f5e35a5aa039f6450020725..27f632ddb588aed18746461b77b9b86ea9c1b2a0 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
|
| @@ -422,12 +422,8 @@ ToolbarView::GetContentSettingBubbleModelDelegate() {
|
| return browser_->content_setting_bubble_model_delegate();
|
| }
|
|
|
| -void ToolbarView::ShowWebsiteSettings(
|
| - content::WebContents* web_contents,
|
| - const GURL& virtual_url,
|
| - const security_state::SecurityInfo& security_info) {
|
| - chrome::ShowWebsiteSettings(browser_, web_contents, virtual_url,
|
| - security_info);
|
| +void ToolbarView::ShowWebsiteSettings(content::WebContents* web_contents) {
|
| + chrome::ShowWebsiteSettings(browser_, web_contents);
|
| }
|
|
|
| PageActionImageView* ToolbarView::CreatePageActionImageView(
|
|
|