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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_table.js

Issue 2724303003: Replace homebrew scrollbar in Files app with that of Blink. (Closed)
Patch Set: Remove debugging code. Created 3 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 | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/ui/file_table.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table.js b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
index 1dae4d49e1cc6722cade45ddca2a6e2e5fb0c751..73ac841b26753266a3b06ac34ebacd66aa8755b3 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_table.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_table.js
@@ -433,9 +433,6 @@ FileTable.decorate = function(
self.setRenderFunction(self.renderTableRow_.bind(self,
self.getRenderFunction()));
- self.scrollBar_ = new ScrollBar();
- self.scrollBar_.initialize(self, self.list);
-
// Keep focus on the file list when clicking on the header.
self.header.addEventListener('mousedown', function(e) {
self.list.focus();
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698