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

Unified Diff: chrome/browser/resources/md_downloads/item_view.html

Issue 1228263002: Fix downloads-related web_dev_style presubmit issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-rough-draft2
Patch Set: Created 5 years, 5 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/item_view.html
diff --git a/chrome/browser/resources/md_downloads/item_view.html b/chrome/browser/resources/md_downloads/item_view.html
index 279b9babeb8f06fffa89ba0cb4f590b5c3d02b79..f5e4779ab8d8dc8886ca39c8db242f07b938c61f 100644
--- a/chrome/browser/resources/md_downloads/item_view.html
+++ b/chrome/browser/resources/md_downloads/item_view.html
@@ -18,19 +18,19 @@
</div>
<div>
<a is="action-link" id="show" column-type="show"
- i18n-content="control_showinfolder"></a>
- <a id="retry" column-type="retry" i18n-content="control_retry"
+ i18n-content="controlShowInFolder"></a>
+ <a id="retry" column-type="retry" i18n-content="controlRetry"
download></a>
<a is="action-link" id="pause" column-type="pause"
- i18n-content="control_pause"></a>
+ i18n-content="controlPause"></a>
<a is="action-link" id="resume" column-type="resume"
- i18n-content="control_resume"></a>
+ i18n-content="controlResume"></a>
<a is="action-link" id="safe-remove" column-type="remove"
- i18n-content="control_removefromlist"></a>
+ i18n-content="controlRemoveFromList"></a>
<a is="action-link" id="cancel" column-type="cancel"
- i18n-content="control_cancel"></a>
+ i18n-content="controlCancel"></a>
<span id="controlled-by"
- i18n-values=".innerHTML:control_by_extension"></span>
+ i18n-values=".innerHTML:controlByExtension"></span>
</div>
</div>
@@ -39,13 +39,13 @@
<div id="description"></div>
<div id="malware-controls" hidden$="{{!isMalware}}">
<a is="action-link" id="restore" column-type="save"
- i18n-content="danger_restore"></a>
+ i18n-content="dangerRestore"></a>
<a is="action-link" id="dangerous-remove" column-type="discard"
- i18n-content="control_removefromlist"></a>
+ i18n-content="controlRemoveFromList"></a>
</div>
- <button id="save" column-type="save" i18n-content="danger_save"
+ <button id="save" column-type="save" i18n-content="dangerSave"
hidden$="{{isMalware}}"></button>
- <button id="discard" column-type="discard" i18n-content="danger_discard"
+ <button id="discard" column-type="discard" i18n-content="dangerDiscard"
hidden$="{{isMalware}}"></button>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.html ('k') | chrome/browser/resources/md_downloads/item_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698