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

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: Address comment. 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
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698