| 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 92181c59ac5acd28a8ce7b46eae98426c0098361..9fabaf2d102d628b9e9445906dac488106bfeab0 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;
|
|
|