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

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

Issue 134443004: sync: Remove some WebUI debug functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « build/ios/grit_whitelist.txt ('k') | chrome/browser/resources/sync_internals/data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 659f78b634752ad5d5c9497f402fc050444ed64f..fbbada0b70969802f079fd9bfd8c9bb6336c833c 100644
--- a/chrome/browser/resources/sync_internals/chrome_sync.js
+++ b/chrome/browser/resources/sync_internals/chrome_sync.js
@@ -146,15 +146,13 @@ var syncFunctions = [
'getNotificationState',
'getNotificationInfo',
+ // Get a static list of available data types.
+ 'getListOfTypes',
+
// Client server communication logging functions.
'getClientServerTraffic',
- // Node lookup functions. See chrome/browser/sync/engine/syncapi.h
- // for docs.
- 'getRootNodeDetails',
- 'getNodeSummariesById',
- 'getNodeDetailsById',
- 'getChildNodeIds',
+ // Get an array containing a JSON representations of all known sync nodes.
'getAllNodes',
];
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/resources/sync_internals/data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698