| Index: chrome/browser/resources/md_downloads/action_service.js
|
| diff --git a/chrome/browser/resources/md_downloads/action_service.js b/chrome/browser/resources/md_downloads/action_service.js
|
| index 5ea981befbb2c443da5604fcefbfa9936788f6eb..815542bcdc8f4d2962561c5a3e100b5b7df7c4d2 100644
|
| --- a/chrome/browser/resources/md_downloads/action_service.js
|
| +++ b/chrome/browser/resources/md_downloads/action_service.js
|
| @@ -79,7 +79,7 @@ cr.define('downloads', function() {
|
| * Shows the local folder a finished download resides in.
|
| * @param {string} id ID of the download to show.
|
| */
|
| - show: chromeSendWithId('show'),
|
| + showInFolder: chromeSendWithId('showInFolder'),
|
|
|
| /** Undo download removal. */
|
| undo: chrome.send.bind(chrome, 'undo'),
|
|
|