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

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

Issue 9958109: TaskManager: Replace the string "Page" with "Task" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/app/generated_resources.grd ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/task_manager/defines.js
diff --git a/chrome/browser/resources/task_manager/defines.js b/chrome/browser/resources/task_manager/defines.js
index ca2bbe6418585752b222434b9221340cbf3ab8f2..703db49914b16ef3f4fba73a89a2bb49eb72e095 100644
--- a/chrome/browser/resources/task_manager/defines.js
+++ b/chrome/browser/resources/task_manager/defines.js
@@ -18,7 +18,7 @@ USE_PRIVATE_MEM = true;
* @const
*/
var DEFAULT_COLUMNS = [
- ['title', 'pageColumn', 300, true],
+ ['title', 'taskColumn', 300, true],
['profileName', 'profileNameColumn', 120, false],
['physicalMemory', 'physicalMemColumn', 80, !USE_PRIVATE_MEM],
['sharedMemory', 'sharedMemColumn', 80, false],
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/task_manager/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698