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

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

Issue 7326044: WebUI TaskManager: Column Customization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/resources/shared_resources.grd ('k') | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/task_manager/main.html
diff --git a/chrome/browser/resources/task_manager/main.html b/chrome/browser/resources/task_manager/main.html
index e0f7d821a759f9f4219da74a96b422e1eefd3383..a26f7c0f6790c965fa2ad3b8117e088ceb7bf96a 100644
--- a/chrome/browser/resources/task_manager/main.html
+++ b/chrome/browser/resources/task_manager/main.html
@@ -11,7 +11,8 @@
<script>
var css = [
'list.css',
- 'table.css'
+ 'table.css',
+ 'menu.css',
];
var script = [
@@ -39,6 +40,12 @@
'cr/ui/table.js',
'cr/ui/grid.js',
+
+ 'cr/ui/command.js',
+ 'cr/ui/position_util.js',
+ 'cr/ui/menu_item.js',
+ 'cr/ui/menu.js',
+ 'cr/ui/context_menu_handler.js',
];
(function() {
« no previous file with comments | « chrome/browser/resources/shared_resources.grd ('k') | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698