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

Unified Diff: chrome/browser/resources/md_downloads/downloads.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
« no previous file with comments | « chrome/browser/resources/downloads/manager.js ('k') | chrome/browser/resources/md_downloads/item_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/downloads.html
diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
index 00cf7c9a8a5856ca02879508754b5515927d1033..e7ba6a01b4f9212b97a2753b12debfd3db6097ba 100644
--- a/chrome/browser/resources/md_downloads/downloads.html
+++ b/chrome/browser/resources/md_downloads/downloads.html
@@ -24,7 +24,7 @@
<h1 class="flex-auto" i18n-content="title"></h1>
<paper-icon-button icon="search" id="search-button"></paper-icon-button>
<paper-input id="search-term" class="flex-none"
- i18n-values="label:searchbutton" no-label-float hidden></paper-input>
+ i18n-values="label:searchButton" no-label-float hidden></paper-input>
<paper-icon-button icon="clear" id="clear-search"
hidden></paper-icon-button>
</paper-toolbar>
@@ -34,8 +34,8 @@
<span id="downloads-summary-text"></span>
<span id="downloads-actions">
<a is="action-link" id="open-downloads-folder"
- i18n-content="open_downloads_folder"></a>
- <a is="action-link" id="clear-all" i18n-content="clear_all" hidden></a>
+ i18n-content="openDownloadsFolder"></a>
+ <a is="action-link" id="clear-all" i18n-content="clearAll" hidden></a>
</span>
</div>
<div id="downloads-display"></div>
« no previous file with comments | « chrome/browser/resources/downloads/manager.js ('k') | chrome/browser/resources/md_downloads/item_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698