Index: chrome/browser/resources/shared/js/cr/ui/table.js |
=================================================================== |
--- chrome/browser/resources/shared/js/cr/ui/table.js (revision 124785) |
+++ chrome/browser/resources/shared/js/cr/ui/table.js (working copy) |
@@ -204,16 +204,6 @@ |
this.header_.redraw(); |
}, |
- startBatchUpdates: function() { |
- this.list_.startBatchUpdates(); |
- this.header_.startBatchUpdates(); |
- }, |
- |
- endBatchUpdates: function() { |
- this.list_.endBatchUpdates(); |
- this.header_.endBatchUpdates(); |
- }, |
- |
/** |
* Resize the table columns. |
*/ |