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

Unified Diff: chrome/browser/ui/views/browser_dialogs_views_mac.cc

Issue 2148243004: chrome::ShowTaskManager: refine return type to eliminate a downcast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@triple_click_tm
Patch Set: Fix mac compile. Created 4 years, 5 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
« no previous file with comments | « chrome/browser/ui/views/browser_dialogs_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/browser_dialogs_views_mac.cc
diff --git a/chrome/browser/ui/views/browser_dialogs_views_mac.cc b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
index 8c169cec1575af0b2f6e2fcf7de9636f0440d820..abdbf5319728ab861750e8bb3cb59a268262c104 100644
--- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
+++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
@@ -56,7 +56,7 @@ void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
std::move(delegate), browser->profile(), virtual_url, already_bookmarked);
}
-ui::TableModel* ShowTaskManagerViews(Browser* browser) {
+task_management::TaskManagerTableModel* ShowTaskManagerViews(Browser* browser) {
// On platforms other than Mac, the new task manager is shown unless
// explicitly disabled. Assume that running with ToolkitViewsDialogsEnabled()
// on Mac also means the new task manager is desired.
« no previous file with comments | « chrome/browser/ui/views/browser_dialogs_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698