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

Issue 12088080: [Sync] Add timestamp to TrafficRecorder records (Closed)

Created:
7 years, 10 months ago by mgist1
Modified:
7 years, 10 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, Raghu Simha, haitaol1, akalin, tim (not reviewing), Nicolas Zea
Visibility:
Public.

Description

[Sync] Add timestamp to TrafficRecorder records All client server traffic records have a timestamp field to indicate creation time of each record. Timestamps are dumped with the traffic serializations. BUG=161922 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180073

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix style #

Patch Set 3 : Fix comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -5 lines) Patch
M sync/engine/traffic_recorder.h View 1 3 chunks +10 lines, -2 lines 0 comments Download
M sync/engine/traffic_recorder.cc View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M sync/engine/traffic_recorder_unittest.cc View 1 2 chunks +78 lines, -0 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
mgist1
7 years, 10 months ago (2013-01-31 18:48:06 UTC) #1
rlarocque
There's a few style issues, but otherwise this looks OK. https://codereview.chromium.org/12088080/diff/1/sync/engine/traffic_recorder.h File sync/engine/traffic_recorder.h (right): https://codereview.chromium.org/12088080/diff/1/sync/engine/traffic_recorder.h#newcode50 ...
7 years, 10 months ago (2013-01-31 19:13:09 UTC) #2
Nicolas Zea
One high level comment: given that the fake isn't really going to be used anywhere ...
7 years, 10 months ago (2013-01-31 19:30:45 UTC) #3
mgist1
I did a bit of reorganizing, and addressed the style issues that were raised :) ...
7 years, 10 months ago (2013-02-01 01:24:55 UTC) #4
rlarocque
LGTM.
7 years, 10 months ago (2013-02-01 01:43:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mgist@chromium.org/12088080/6004
7 years, 10 months ago (2013-02-01 01:52:29 UTC) #6
commit-bot: I haz the power
Change committed as 180073
7 years, 10 months ago (2013-02-01 04:53:03 UTC) #7
Lei Zhang
7 years, 10 months ago (2013-02-01 05:19:11 UTC) #8
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/12088080/diff/6004/sync/engine/traffic...
File sync/engine/traffic_recorder_unittest.cc (right):

https://chromiumcodereview.appspot.com/12088080/diff/6004/sync/engine/traffic...
sync/engine/traffic_recorder_unittest.cc:86: base::Time sample_time_1 =
ProtoTimeToTime(1359484676659324);
These big numbers need GG_INT64_C.

Powered by Google App Engine
This is Rietveld 408576698