Chromium Code Reviews| 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', |
| ]; |