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 f59c2bd81736614fd42bb31125424dd448ae4651..f8d9a2f97dda939ee4c278d646e1381d0168edad 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', |
]; |