| Index: chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| index 6106a3f2ca0373db455c015d168945aa7e3b733d..e72bc14d495705888248b4077d9244f233dab34a 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| @@ -79,8 +79,6 @@ class BrowserWindowCocoa : 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();
|
|
|