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

Unified Diff: chrome/browser/ui/views/browser_dialogs.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/browser/ui/views/browser_dialogs.h
diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
index 26508c6f0957fb5c4d79f57bf018158054dfcd93..4a63caad48f4c115f4406e33ad238ebbb85e38cc 100644
--- a/chrome/browser/ui/views/browser_dialogs.h
+++ b/chrome/browser/ui/views/browser_dialogs.h
@@ -66,10 +66,10 @@ void ShowPageInfoBubble(views::View* anchor_view,
FindBar* CreateFindBar(BrowserView* browser_view);
// Shows the Task Manager.
-void ShowTaskManager(chrome::HostDesktopType desktop_type);
+void ShowTaskManager(Browser* browser);
// Shows the Task Manager, highlighting the background pages.
-void ShowBackgroundPages(chrome::HostDesktopType desktop_type);
+void ShowBackgroundPages(Browser* browser);
// Shows a dialog box that allows a search engine to be edited. |template_url|
// is the search engine being edited. If it is NULL, then the dialog will add a

Powered by Google App Engine
This is Rietveld 408576698