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

Issue 312553002: Rename GCMStatsRecorder to GCMStatsRecorderImpl (Closed)

Created:
6 years, 6 months ago by jianli
Modified:
6 years, 6 months ago
Reviewers:
Nicolas Zea, juyik
CC:
chromium-reviews
Visibility:
Public.

Description

Rename GCMStatsRecorder to GCMStatsRecorderImpl We also add the interface using the old name GCMStatsRecorder. This is in preparation to move GCMClient to gcm_driver component. We're going to move GCMActivity, GCMClient, GCMClientImpl, and GCMStatsRecorderImpl to gcm_driver component while keeping GCMStatsRecorder interface in google_apis/gcm. BUG=356716 TEST=existing tests due to no functionality changes R=juyik@chromium.org, zea@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274641

Patch Set 1 : Patch #

Total comments: 2

Patch Set 2 : Address feedback #

Total comments: 4

Patch Set 3 : Address more feedback #

Patch Set 4 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+389 lines, -1311 lines) Patch
M google_apis/gcm/engine/checkin_request_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/mcs_client_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/registration_request_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/unregistration_request_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gcm/gcm.gyp View 5 chunks +35 lines, -12 lines 0 comments Download
M google_apis/gcm/gcm_client_impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A google_apis/gcm/monitoring/fake_gcm_stats_recorder.h View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc View 1 chunk +107 lines, -0 lines 0 comments Download
M google_apis/gcm/monitoring/gcm_stats_recorder.h View 1 2 3 chunks +53 lines, -132 lines 0 comments Download
D google_apis/gcm/monitoring/gcm_stats_recorder.cc View 1 chunk +0 lines, -466 lines 0 comments Download
A + google_apis/gcm/monitoring/gcm_stats_recorder_impl.h View 1 2 5 chunks +53 lines, -111 lines 0 comments Download
A + google_apis/gcm/monitoring/gcm_stats_recorder_impl.cc View 23 chunks +41 lines, -38 lines 0 comments Download
A + google_apis/gcm/monitoring/gcm_stats_recorder_impl_unittest.cc View 9 chunks +15 lines, -15 lines 0 comments Download
D google_apis/gcm/monitoring/gcm_stats_recorder_unittest.cc View 1 chunk +0 lines, -523 lines 0 comments Download
M google_apis/gcm/tools/mcs_probe.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jianli
6 years, 6 months ago (2014-06-02 18:59:37 UTC) #1
juyik
https://codereview.chromium.org/312553002/diff/20001/google_apis/gcm/monitoring/gcm_stats_recorder.h File google_apis/gcm/monitoring/gcm_stats_recorder.h (right): https://codereview.chromium.org/312553002/diff/20001/google_apis/gcm/monitoring/gcm_stats_recorder.h#newcode5 google_apis/gcm/monitoring/gcm_stats_recorder.h:5: #ifndef GOOGLE_APIS_GCM_MONITORING_GCM_STATS_RECODER_H_ RECODER -> RECORDER Same below.
6 years, 6 months ago (2014-06-02 19:19:03 UTC) #2
jianli
https://codereview.chromium.org/312553002/diff/20001/google_apis/gcm/monitoring/gcm_stats_recorder.h File google_apis/gcm/monitoring/gcm_stats_recorder.h (right): https://codereview.chromium.org/312553002/diff/20001/google_apis/gcm/monitoring/gcm_stats_recorder.h#newcode5 google_apis/gcm/monitoring/gcm_stats_recorder.h:5: #ifndef GOOGLE_APIS_GCM_MONITORING_GCM_STATS_RECODER_H_ On 2014/06/02 19:19:04, juyik wrote: > RECODER ...
6 years, 6 months ago (2014-06-02 19:46:30 UTC) #3
juyik
lgtm
6 years, 6 months ago (2014-06-03 00:53:58 UTC) #4
Nicolas Zea
https://codereview.chromium.org/312553002/diff/40001/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h File google_apis/gcm/monitoring/fake_gcm_stats_recorder.h (right): https://codereview.chromium.org/312553002/diff/40001/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h#newcode12 google_apis/gcm/monitoring/fake_gcm_stats_recorder.h:12: class FakeGCMStatsRecorder : public GCMStatsRecorder { nit: Comment what ...
6 years, 6 months ago (2014-06-03 17:53:06 UTC) #5
jianli
https://codereview.chromium.org/312553002/diff/40001/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h File google_apis/gcm/monitoring/fake_gcm_stats_recorder.h (right): https://codereview.chromium.org/312553002/diff/40001/google_apis/gcm/monitoring/fake_gcm_stats_recorder.h#newcode12 google_apis/gcm/monitoring/fake_gcm_stats_recorder.h:12: class FakeGCMStatsRecorder : public GCMStatsRecorder { On 2014/06/03 17:53:06, ...
6 years, 6 months ago (2014-06-03 18:00:07 UTC) #6
Nicolas Zea
lgtm
6 years, 6 months ago (2014-06-03 18:43:15 UTC) #7
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-03 19:54:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/312553002/60001
6 years, 6 months ago (2014-06-03 19:55:57 UTC) #9
jianli
The CQ bit was unchecked by jianli@chromium.org
6 years, 6 months ago (2014-06-03 20:57:55 UTC) #10
jianli
The CQ bit was checked by jianli@chromium.org
6 years, 6 months ago (2014-06-03 21:01:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jianli@chromium.org/312553002/60001
6 years, 6 months ago (2014-06-03 21:02:22 UTC) #12
jianli
6 years, 6 months ago (2014-06-03 21:51:24 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 manually as r274641 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698