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

Issue 443573002: [GCM] Adding status to AccountMapping structure (Closed)

Created:
6 years, 4 months ago by fgorski
Modified:
6 years, 4 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, zea+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

[GCM] Adding status to AccountMapping structure * Renaming AccountInfo to AccountMapping. * Adding status and timestamp of it's last change * Removing last message timestamp, as with introduction of message ack event, it is no longer needed BUG=374969 R=zea@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287919

Patch Set 1 #

Patch Set 2 : Updates to AccountInfo structure based on design discussion #

Patch Set 3 : Renaming AccountInfo to AccountMapping #

Patch Set 4 : Renaming files from account_info to account_mapping #

Total comments: 4

Patch Set 5 : Removing status from the serialized form of account mapping per CR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -334 lines) Patch
M google_apis/gcm/BUILD.gn View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M google_apis/gcm/engine/account_info.h View 1 2 3 1 chunk +0 lines, -49 lines 0 comments Download
M google_apis/gcm/engine/account_info.cc View 1 2 3 1 chunk +0 lines, -109 lines 0 comments Download
M google_apis/gcm/engine/account_info_unittest.cc View 1 2 3 1 chunk +0 lines, -109 lines 0 comments Download
A google_apis/gcm/engine/account_mapping.h View 1 2 3 4 1 chunk +68 lines, -0 lines 0 comments Download
A google_apis/gcm/engine/account_mapping.cc View 1 2 3 4 1 chunk +132 lines, -0 lines 0 comments Download
A google_apis/gcm/engine/account_mapping_unittest.cc View 1 2 3 4 1 chunk +122 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/gcm_store.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M google_apis/gcm/engine/gcm_store.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gcm/engine/gcm_store_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gcm/engine/gcm_store_impl.cc View 1 2 8 chunks +18 lines, -17 lines 0 comments Download
M google_apis/gcm/engine/gcm_store_impl_unittest.cc View 1 2 3 4 3 chunks +49 lines, -38 lines 0 comments Download
M google_apis/gcm/gcm.gyp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
fgorski
Nicolas, PTAL. I applied all of the changes we discussed yesterday and then renamed the ...
6 years, 4 months ago (2014-08-06 18:26:55 UTC) #1
Nicolas Zea
https://codereview.chromium.org/443573002/diff/80001/google_apis/gcm/engine/account_mapping.h File google_apis/gcm/engine/account_mapping.h (right): https://codereview.chromium.org/443573002/diff/80001/google_apis/gcm/engine/account_mapping.h#newcode54 google_apis/gcm/engine/account_mapping.h:54: // Status of the account mapping. Aren't we not ...
6 years, 4 months ago (2014-08-06 19:10:12 UTC) #2
fgorski
Updated. Status will be inferred from the other fields when reading. I'd rather fix it ...
6 years, 4 months ago (2014-08-06 20:44:44 UTC) #3
Nicolas Zea
lgtm
6 years, 4 months ago (2014-08-06 20:46:46 UTC) #4
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 4 months ago (2014-08-06 20:52:13 UTC) #5
fgorski
The CQ bit was unchecked by fgorski@chromium.org
6 years, 4 months ago (2014-08-06 20:52:19 UTC) #6
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 4 months ago (2014-08-06 20:52:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fgorski@chromium.org/443573002/100001
6 years, 4 months ago (2014-08-06 20:55:03 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 00:45:38 UTC) #9
Message was sent while issue was closed.
Change committed as 287919

Powered by Google App Engine
This is Rietveld 408576698