| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index efddfc5bc21adc92b1b7e6a73039e40abcfc7e00..7bc935bac57a13a9fe5a657474ae45e8f3e95240 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -285,8 +285,6 @@ class BrowserView : public BrowserBubbleHost,
|
| 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();
|
|
|