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

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

Issue 2614703003: [MD Bookmarks] Add search. (Closed)
Patch Set: Add search result refresh for bookmark editing. Created 3 years, 11 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_bookmarks/toolbar.html
diff --git a/chrome/browser/resources/md_bookmarks/toolbar.html b/chrome/browser/resources/md_bookmarks/toolbar.html
index 14cd1648871926acb7edf04d46b9475593b98c1f..75f566fbd5da421bac9b3a87b6dbe83ad9341079 100644
--- a/chrome/browser/resources/md_bookmarks/toolbar.html
+++ b/chrome/browser/resources/md_bookmarks/toolbar.html
@@ -45,7 +45,8 @@
</dialog>
<cr-toolbar page-name="$i18n{title}"
clear-label="$i18n{clearSearch}"
- search-prompt="$i18n{searchPrompt}">
+ search-prompt="$i18n{searchPrompt}"
+ on-search-changed="onSearchChanged_">
<button is="paper-icon-button-light" class="more-actions more-vert-button"
on-tap="onMenuButtonOpenTap_">
<div></div>

Powered by Google App Engine
This is Rietveld 408576698