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..ac50fb2ac8e1f629bd9d0cc0800d3395df02bc67 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -105,7 +105,7 @@ class Panel : public BrowserWindow { |
virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE; |
virtual void ShowThemeInstallBubble() OVERRIDE; |
virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE; |
- virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
+ virtual gfx::NativeWindow ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
gfx::NativeWindow parent_window) OVERRIDE; |
xiyuan
2011/08/11 16:36:47
nit: either align with arg on previous line or 4-s
yoshiki
2011/08/16 02:13:30
Done.
|
virtual void UserChangedTheme() OVERRIDE; |
virtual int GetExtraRenderViewHeight() const OVERRIDE; |