Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index 70f5a882698a3290b2130353e8cb6af0a462b5d3..53d424c7266bdc5bfaf2feeda00b76c090cd34aa 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -124,7 +124,6 @@ class Panel : public BrowserWindow, public content::NotificationObserver { |
virtual DownloadShelf* GetDownloadShelf() OVERRIDE; |
virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE; |
virtual void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) OVERRIDE; |
- virtual void ShowThemeInstallBubble() OVERRIDE; |
virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE; |
virtual void UserChangedTheme() OVERRIDE; |
virtual int GetExtraRenderViewHeight() const OVERRIDE; |