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

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

Issue 2524213002: MacViews: Consolidate flags. Just use --secondary-ui-md to enable MacViews. (Closed)
Patch Set: remove obsolete comment from r409593 Created 4 years, 1 month 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/javascript_dialogs/javascript_dialog_mac.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 4ba50ba7d88cd19711e175ca66af529fe5ff406f..276b2fa0eccc2ddf22b3758b1b56ba43109287e8 100644
--- a/chrome/browser/ui/views/browser_dialogs_views_mac.cc
+++ b/chrome/browser/ui/views/browser_dialogs_views_mac.cc
@@ -59,9 +59,6 @@ void ShowBookmarkBubbleViewsAtPoint(const gfx::Point& anchor_point,
}
task_manager::TaskManagerTableModel* ShowTaskManagerViews(Browser* browser) {
- // On platforms other than Mac, the Views task manager is shown unless
- // explicitly disabled. Assume that running with ToolkitViewsDialogsEnabled()
- // on Mac also means the Views task manager is desired.
tapted 2016/11/28 07:45:51 (this comment became obsolete in r409593 "The "new
return task_manager::TaskManagerView::Show(browser);
}
« no previous file with comments | « chrome/browser/ui/javascript_dialogs/javascript_dialog_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698