| 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));
|
| }
|
|
|