Index: chrome/browser/ui/gtk/browser_window_gtk.h |
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h |
index e511e445b4318fc72084eb4b8d436779b356c7bd..c7fd581803357bad1daf295eee8f3ad3956b66ed 100644 |
--- a/chrome/browser/ui/gtk/browser_window_gtk.h |
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h |
@@ -107,8 +107,8 @@ class BrowserWindowGtk : public BrowserWindow, |
virtual void ShowCollectedCookiesDialog(TabContents* tab_contents); |
virtual void ShowThemeInstallBubble(); |
virtual void ConfirmBrowserCloseWithPendingDownloads(); |
- virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
- gfx::NativeWindow parent_window); |
+ virtual gfx::NativeWindow ShowHTMLDialog(HtmlDialogUIDelegate* delegate, |
+ gfx::NativeWindow parent_window); |
virtual void UserChangedTheme(); |
virtual int GetExtraRenderViewHeight() const; |
virtual void TabContentsFocused(TabContents* tab_contents); |