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

Unified Diff: chrome/browser/resources/file_manager/js/volume_list.js

Issue 22384002: Remove TOUCH_START event handler from volume_list.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/volume_list.js
diff --git a/chrome/browser/resources/file_manager/js/volume_list.js b/chrome/browser/resources/file_manager/js/volume_list.js
index 5bdb7b4214a4087c9480d56a9cab2a79cd71d9ec..ba5d21a44c0fd2851d9ebd02638a7fc058b99424 100644
--- a/chrome/browser/resources/file_manager/js/volume_list.js
+++ b/chrome/browser/resources/file_manager/js/volume_list.js
@@ -311,9 +311,6 @@ VolumeList.prototype.renderRoot_ = function(path) {
unmountCommand.execute(item);
};
item.addEventListener('eject', handleEject);
- // TODO(yoshiki): Check if the following touch handler is necessary or not.
- // If unnecessary, remove it.
- item.addEventListener(cr.ui.TouchHandler.EventType.TOUCH_START, handleClick);
if (this.contextMenu_)
item.maybeSetContextMenu(this.contextMenu_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698