| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 8b1509a466f7f6af4def33507331f3a384c1c758..e08aad6a3e84e2522cc9e9b8b694410d62e562a0 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -87,8 +87,9 @@ class TestBrowserWindow : 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 {}
|
|
|