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 81793d40a2729731e0b7ea8cc8b5cbe65289faa0..eac7fe7c5114d6e556fd7187f36dd202e72cee61 100644 |
--- a/chrome/browser/resources/sync_internals/chrome_sync.js |
+++ b/chrome/browser/resources/sync_internals/chrome_sync.js |
@@ -34,9 +34,6 @@ cr.define('chrome.sync', function() { |
} |
var syncFunctions = [ |
- // Client server communication logging functions. |
- 'getClientServerTraffic', |
- |
// Get an array containing a JSON representations of all known sync nodes. |
'getAllNodes', |
]; |