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

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: Minor cleanups 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/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..13d8f3f26c0f90dc4a815b20605b2d54746e9d8f 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.
+ 'getListOfKnownTypes',
Nicolas Zea 2014/01/13 20:10:14 Why not just name this getListOfTypes? "known" is
rlarocque 2014/01/13 21:56:17 Good point. I think I was planning to hook it up
+
// 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',
];

Powered by Google App Engine
This is Rietveld 408576698