Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5392)

Unified Diff: chrome/test/base/test_browser_window.h

Issue 7604032: Showing Task manager on the foreground window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {}

Powered by Google App Engine
This is Rietveld 408576698