summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/sync_manager_impl.h
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 01:48:06 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 01:48:06 +0000
commit8dafed5b8aede5253f8adbbab44585076e9c4f60 (patch)
tree1c939afd67561c24662ac6be57896cf1507e9011 /sync/internal_api/sync_manager_impl.h
parent624c0f9617ee61b875e6b9bf3628b2a97756ba43 (diff)
downloadchromium_src-8dafed5b8aede5253f8adbbab44585076e9c4f60.zip
chromium_src-8dafed5b8aede5253f8adbbab44585076e9c4f60.tar.gz
chromium_src-8dafed5b8aede5253f8adbbab44585076e9c4f60.tar.bz2
sync: Remove TrafficRecorder
The new protocol events framework handles all the use cases of the TrafficRecorder, and more. The traffic recorder implementation and about:sync tab are now redundant. BUG=357821 Review URL: https://codereview.chromium.org/217633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261032 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/sync_manager_impl.h')
-rw-r--r--sync/internal_api/sync_manager_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
index 8219605..c8f9aed 100644
--- a/sync/internal_api/sync_manager_impl.h
+++ b/sync/internal_api/sync_manager_impl.h
@@ -13,7 +13,6 @@
#include "sync/engine/all_status.h"
#include "sync/engine/net/server_connection_manager.h"
#include "sync/engine/sync_engine_event_listener.h"
-#include "sync/engine/traffic_recorder.h"
#include "sync/internal_api/change_reorder_buffer.h"
#include "sync/internal_api/debug_info_event_listener.h"
#include "sync/internal_api/js_mutation_event_observer.h"
@@ -276,7 +275,6 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
JsArgList GetNodeSummariesById(const JsArgList& args);
JsArgList GetNodeDetailsById(const JsArgList& args);
JsArgList GetChildNodeIds(const JsArgList& args);
- JsArgList GetClientServerTraffic(const JsArgList& args);
syncable::Directory* directory();
@@ -362,7 +360,6 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
DebugInfoEventListener debug_info_event_listener_;
ProtocolEventBuffer protocol_event_buffer_;
- TrafficRecorder traffic_recorder_;
Encryptor* encryptor_;
scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler_;