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

Unified Diff: sync/sync.gyp

Issue 9732008: [Sync] Store the past 10 traffic records in memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 8 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
« sync/engine/traffic_recorder.cc ('K') | « sync/sessions/sync_session_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 5bda6b54b556c4f06c136e1e8a3813053a181217..dd18bcf0994ae22df6d291c832585188b81dc0b6 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -91,6 +91,8 @@
'engine/syncproto.h',
'engine/traffic_logger.cc',
'engine/traffic_logger.h',
+ 'engine/traffic_recorder.cc',
+ 'engine/traffic_recorder.h',
'engine/update_applicator.cc',
'engine/update_applicator.h',
'engine/verify_updates_command.cc',
« sync/engine/traffic_recorder.cc ('K') | « sync/sessions/sync_session_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698