| 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..ab29e02802213eefe1e59c821dfde17e23a8d98f 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 { return NULL; }
|
| virtual void UserChangedTheme() OVERRIDE {}
|
| virtual int GetExtraRenderViewHeight() const OVERRIDE;
|
| virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE {}
|
|
|