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

Unified Diff: chrome/browser/resources/task_manager/main.js

Issue 7983059: Add Profile-name column to the WebUI Task Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | chrome/browser/ui/webui/task_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/task_manager/main.js
diff --git a/chrome/browser/resources/task_manager/main.js b/chrome/browser/resources/task_manager/main.js
index cebb637f7c0e6af701f8954ac40b52010e02f3e7..8d58f411166a5dc8ec72c1d04c894dd4a74cd3c1 100644
--- a/chrome/browser/resources/task_manager/main.js
+++ b/chrome/browser/resources/task_manager/main.js
@@ -13,6 +13,7 @@ cr.addSingletonGetter(TaskManager);
*/
var DEFAULT_COLUMNS = [
['title', 'PAGE_COLUMN', 300, true],
+ ['profileName', 'PROFILE_NAME_COLUMN', 120, false],
['physicalMemory', 'PHYSICAL_MEM_COLUMN', 80, true],
['sharedMemory', 'SHARED_MEM_COLUMN', 80, false],
['privateMemory', 'PRIVATE_MEM_COLUMN', 80, false],
« no previous file with comments | « no previous file | chrome/browser/ui/webui/task_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698