| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 52be842ad8763ae03d373f454a05e6e4e336ebf0..00b81bd0f39af17b119e8130a3910b87e0fb62e6 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -105,8 +105,9 @@ class Panel : public BrowserWindow {
|
| virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE;
|
| virtual void ShowThemeInstallBubble() OVERRIDE;
|
| virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
|
| - virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
|
| - gfx::NativeWindow parent_window) OVERRIDE;
|
| + virtual gfx::NativeWindow ShowHTMLDialog(
|
| + HtmlDialogUIDelegate* delegate,
|
| + gfx::NativeWindow parent_window) OVERRIDE;
|
| virtual void UserChangedTheme() OVERRIDE;
|
| virtual int GetExtraRenderViewHeight() const OVERRIDE;
|
| virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
|
|
|