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

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

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
Index: chrome/browser/resources/sync_internals/search.js
diff --git a/chrome/browser/resources/sync_internals/search.js b/chrome/browser/resources/sync_internals/search.js
index 08c6875a39d0ea1b43921cbe3b62efd5c990b73a..e1f4e27b4da2a138f378a44f5a2d46ce57d6808a 100644
--- a/chrome/browser/resources/sync_internals/search.js
+++ b/chrome/browser/resources/sync_internals/search.js
@@ -9,6 +9,7 @@ cr.ui.decorate('#sync-results-splitter', cr.ui.Splitter);
chrome.sync.decorateSearchControls(
$('sync-search-query'),
+ $('sync-search-submit'),
$('sync-search-status'),
$('sync-results-list'),
$('sync-result-details'));
« no previous file with comments | « chrome/browser/resources/sync_internals/search.html ('k') | chrome/browser/resources/sync_internals/sync_search.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698