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

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

Issue 12026016: Implement new Task Manager and Edit Bookmark style, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update ShowTaskManager and ShowBackgroundPages OVERRIDEs and calls. Created 7 years, 11 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 0d7baef93485e34ac514f8618c41b79cf46e92cd..7817474b8d4afd9ebcaafa530411374e9a810599 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -94,9 +94,8 @@ class TestBrowserWindow : public BrowserWindow {
Profile* profile) OVERRIDE {}
virtual void ToggleBookmarkBar() OVERRIDE {}
virtual void ShowUpdateChromeDialog() OVERRIDE {}
- virtual void ShowTaskManager(chrome::HostDesktopType desktop_type) OVERRIDE {}
- virtual void ShowBackgroundPages(
- chrome::HostDesktopType desktop_type) OVERRIDE {}
+ virtual void ShowTaskManager() OVERRIDE {}
+ virtual void ShowBackgroundPages() OVERRIDE {}
virtual void ShowBookmarkBubble(const GURL& url,
bool already_bookmarked) OVERRIDE {}
virtual void ShowChromeToMobileBubble() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698