| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 65b789c5bc52e3a728ef29d0fbf88d1a6fda279a..755584eee0f4e7b5a22cf7cc50141567b2aa1241 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -98,8 +98,6 @@ class BrowserWindowGtk : public BrowserWindow,
|
| virtual bool IsDownloadShelfVisible() const;
|
| virtual DownloadShelf* GetDownloadShelf();
|
| virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
|
| - virtual void ShowContentSettingsWindow(ContentSettingsType content_type,
|
| - Profile* profile);
|
| virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
|
| virtual void ShowProfileErrorDialog(int message_id);
|
| virtual void ShowThemeInstallBubble();
|
|
|