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 ac99500c6ed9816d2549d1708bc7caacee514a6b..549a5c5bb0d1d3765aa301344a4beec571a401ce 100644 |
--- a/chrome/browser/resources/shared/js/cr/ui/table.js |
+++ b/chrome/browser/resources/shared/js/cr/ui/table.js |
@@ -89,6 +89,15 @@ cr.define('cr.ui', function() { |
}, |
/** |
+ * The table column model. |
+ * |
+ * @type {cr.ui.table.TableColumnModel} |
+ */ |
+ get header() { |
+ return this.header_; |
+ }, |
+ |
+ /** |
* Sets width of the column at the given index. |
* |
* @param {number} index The index of the column. |