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

Unified Diff: chrome/browser/resources/md_downloads/action_service.js

Issue 1325853006: MD Downloads: wrap some <paper-buttons>s in <template is="dom-if"> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/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'),

Powered by Google App Engine
This is Rietveld 408576698