| 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 3e04933cc1ddfdd4e8c9b6a8d3d82d03294879bd..28ae5c91d7c5e156e9f2178c882a37905f6532e3 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -309,8 +309,9 @@ class BrowserView : public BrowserBubbleHost,
|
| 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* source) OVERRIDE;
|
|
|