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

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

Issue 217633003: sync: Remove TrafficRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 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',
];

Powered by Google App Engine
This is Rietveld 408576698