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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

Issue 17501006: Remove "View Background Pages". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gtk Created 7 years, 6 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/ash/chrome_shell_delegate.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
index 5b7cecccff622e619591bd6fb5cb02acea749a9d..b3c269ba8e70355375144df8c2ed317b421eade0 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
@@ -226,7 +226,7 @@ void ChromeShellDelegate::RestoreTab() {
}
void ChromeShellDelegate::ShowTaskManager() {
- chrome::OpenTaskManager(NULL, false);
+ chrome::OpenTaskManager(NULL);
}
content::BrowserContext* ChromeShellDelegate::GetCurrentBrowserContext() {

Powered by Google App Engine
This is Rietveld 408576698