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

Unified Diff: chrome/browser/ui/webui/task_manager_ui.cc

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 | « chrome/browser/ui/webui/task_manager_handler.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/webui/task_manager_ui.cc
diff --git a/chrome/browser/ui/webui/task_manager_ui.cc b/chrome/browser/ui/webui/task_manager_ui.cc
index 3ad6c267da958b4647c7d8725c636199be8bd1dc..78cfefd6b2be42a18f84547f684dd5ec8a9d989b 100644
--- a/chrome/browser/ui/webui/task_manager_ui.cc
+++ b/chrome/browser/ui/webui/task_manager_ui.cc
@@ -36,6 +36,7 @@ ChromeWebUIDataSource* CreateTaskManagerUIHTMLSource() {
SET_LOCALIZED_STRING(KILL_CHROMEOS);
SET_LOCALIZED_STRING(PROCESS_ID_COLUMN);
SET_LOCALIZED_STRING(PAGE_COLUMN);
+ SET_LOCALIZED_STRING(PROFILE_NAME_COLUMN);
SET_LOCALIZED_STRING(NET_COLUMN);
SET_LOCALIZED_STRING(CPU_COLUMN);
SET_LOCALIZED_STRING(PHYSICAL_MEM_COLUMN);
« no previous file with comments | « chrome/browser/ui/webui/task_manager_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698