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

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

Issue 22382002: Rename VolumeList -> NavigationList in Files.app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comment 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
Index: chrome/browser/resources/file_manager/js/test_util.js
diff --git a/chrome/browser/resources/file_manager/js/test_util.js b/chrome/browser/resources/file_manager/js/test_util.js
index 450ff90da871534cf1ca84344ca6378140c48009..a896cc85e9eb2468bd25dd4f235f09af7c1d2684 100644
--- a/chrome/browser/resources/file_manager/js/test_util.js
+++ b/chrome/browser/resources/file_manager/js/test_util.js
@@ -410,7 +410,7 @@ test.util.async.selectVolume = function(contentWindow, iconName, callback) {
},
sendEvents: function() {
// To change the selected volume, we have to send both events 'mousedown'
- // and 'click' to the volume list.
+ // and 'click' to the navigation list.
callback(test.util.sync.fakeMouseDown(contentWindow, query) &&
test.util.sync.fakeMouseClick(contentWindow, query));
}
« no previous file with comments | « chrome/browser/resources/file_manager/js/navigation_list.js ('k') | chrome/browser/resources/file_manager/js/volume_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698