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

Unified Diff: chrome/browser/resources/sync_internals/search.html

Issue 137753002: Changed sync-internals search to a submit instead of incremental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals/search.html
diff --git a/chrome/browser/resources/sync_internals/search.html b/chrome/browser/resources/sync_internals/search.html
index 01186f8b396499060faeafe9f3410e16f8960f03..28f55bee1f0c3a9a35e288e2fbe58a9801caa3e1 100644
--- a/chrome/browser/resources/sync_internals/search.html
+++ b/chrome/browser/resources/sync_internals/search.html
@@ -1,6 +1,8 @@
<p>
-<input id="sync-search-query" type="search" incremental
+<input id="sync-search-query" type="search"
placeholder="Search Sync Data">
+<button id="sync-search-submit">Search</button>
+
<span id="sync-search-status"></span>
</p>
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/search.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698