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

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

Issue 9836100: Add full text regex searching to chrome://sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes + unit test Created 8 years, 9 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/chrome_sync.js
diff --git a/chrome/browser/resources/sync_internals/chrome_sync.js b/chrome/browser/resources/sync_internals/chrome_sync.js
index be0db8c414344a565b3f345ccd7eb7d7b86e3f92..8d796f732d605704d0cb08d9db84d87f27dd2e95 100644
--- a/chrome/browser/resources/sync_internals/chrome_sync.js
+++ b/chrome/browser/resources/sync_internals/chrome_sync.js
@@ -141,8 +141,8 @@ var syncFunctions = [
'getRootNodeDetails',
'getNodeSummariesById',
'getNodeDetailsById',
- 'getChildNodeIds',
- 'findNodesContainingString'
+ 'getAllNodes',
+ 'getChildNodeIds'
];
for (var i = 0; i < syncFunctions.length; ++i) {

Powered by Google App Engine
This is Rietveld 408576698