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

Unified Diff: chrome/browser/resources/shared/js/cr/ui/table.js

Issue 8424008: TaskManager: Added "inspect" on context-menu on the task list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/resources/shared/js/cr/ui/table.js
diff --git a/chrome/browser/resources/shared/js/cr/ui/table.js b/chrome/browser/resources/shared/js/cr/ui/table.js
index 4aeb18b8f12a73630cbba837c84d0e6fe417a18c..416058b6ec1e927355355b38d126de844fe11175 100644
--- a/chrome/browser/resources/shared/js/cr/ui/table.js
+++ b/chrome/browser/resources/shared/js/cr/ui/table.js
@@ -51,6 +51,15 @@ cr.define('cr.ui', function() {
},
/**
+ * The list of table.
+ *
+ * @type {cr.ui.list}
+ */
+ get list() {
+ return this.list_;
+ },
+
+ /**
* The table column model.
*
* @type {cr.ui.table.TableColumnModel}

Powered by Google App Engine
This is Rietveld 408576698