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

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

Issue 1264113004: MD downloads: use [placeholder] instead of <label> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-search-x
Patch Set: Created 5 years, 4 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/md_downloads/toolbar.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/toolbar.html
diff --git a/chrome/browser/resources/md_downloads/toolbar.html b/chrome/browser/resources/md_downloads/toolbar.html
index 49a835e19e3a85a4be26dd490452ae3da0a28d1b..92d1b3b88e2b52cf15be9107618354c1a1d594dc 100644
--- a/chrome/browser/resources/md_downloads/toolbar.html
+++ b/chrome/browser/resources/md_downloads/toolbar.html
@@ -26,8 +26,8 @@
<paper-input-container id="search-term" on-search="onSearchTermSearch_"
on-keydown="onSearchTermKeydown_" hidden$="[[!showingSearch_]]"
no-label-float>
- <label i18n-content="search"></label>
- <input is="iron-input" id="search-input" type="search" incremental>
+ <input is="iron-input" id="search-input" type="search"
+ i18n-values="placeholder:search" incremental>
<paper-icon-button icon="clear" id="clear-search"
on-click="toggleShowingSearch_"
hidden$="[[!showingSearch_]]"></paper-icon-button>
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698