| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index 8394e3f9e923648f1d032d216750875e7d62f1da..f74e19b04db37cc4a0b31173eb23686aaf102734 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -61,7 +61,6 @@
|
| #include "chrome/browser/ui/gtk/keyword_editor_view.h"
|
| #include "chrome/browser/ui/gtk/location_bar_view_gtk.h"
|
| #include "chrome/browser/ui/gtk/nine_box.h"
|
| -#include "chrome/browser/ui/gtk/options/content_settings_window_gtk.h"
|
| #include "chrome/browser/ui/gtk/reload_button_gtk.h"
|
| #include "chrome/browser/ui/gtk/repost_form_warning_gtk.h"
|
| #include "chrome/browser/ui/gtk/status_bubble_gtk.h"
|
| @@ -885,12 +884,6 @@ void BrowserWindowGtk::ShowRepostFormWarningDialog(TabContents* tab_contents) {
|
| new RepostFormWarningGtk(GetNativeHandle(), tab_contents);
|
| }
|
|
|
| -void BrowserWindowGtk::ShowContentSettingsWindow(
|
| - ContentSettingsType content_type,
|
| - Profile* profile) {
|
| - ContentSettingsWindowGtk::Show(GetNativeHandle(), content_type, profile);
|
| -}
|
| -
|
| void BrowserWindowGtk::ShowCollectedCookiesDialog(TabContents* tab_contents) {
|
| // Deletes itself on close.
|
| new CollectedCookiesGtk(GetNativeHandle(), tab_contents);
|
|
|