| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 2827d6ea5b28fc01faa139fb001e3a9b6373d4bf..f22c3a738e7687dbf0fcb2a5629fc46c9bd6ceb8 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -62,6 +62,7 @@
|
| #include "chrome/browser/ui/webui/feedback_ui.h"
|
| #include "chrome/browser/ui/webui/task_manager/task_manager_dialog.h"
|
| #include "chrome/browser/ui/window_sizer.h"
|
| +#include "chrome/browser/website_settings.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_resource.h"
|
| @@ -1129,6 +1130,8 @@ void BrowserView::ShowWebsiteSettings(Profile* profile,
|
| const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history) {
|
| + WebsiteSettings::Show(GetLocationBarView()->location_icon_view(), profile,
|
| + tab_contents_wrapper, url, ssl);
|
| }
|
|
|
| void BrowserView::ShowAppMenu() {
|
|
|