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

Issue 580603002: [GCM] Adding registration ID request and tests to GCM Account Mapper (Closed)

Created:
6 years, 3 months ago by fgorski
Modified:
6 years, 3 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[GCM] Adding registration ID request and tests to GCM Account Mapper Adding registration ID request and tests to GCM Account Mapper * Adding code to get registration ID from GCM * Making sure account tokens are only processed when reg ID is present * Remembering only the last assigned set of account tokens * Fixing tests that require registration ID * Adding tests specific to registration ID setting BUG=374969 R=zea@chromium.org Committed: https://crrev.com/ba729da9c8327a4efc18963abd365efe409a80b5 Cr-Commit-Position: refs/heads/master@{#295890}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressing CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -30 lines) Patch
M components/gcm_driver/gcm_account_mapper.h View 1 4 chunks +13 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_account_mapper.cc View 1 4 chunks +39 lines, -9 lines 0 comments Download
M components/gcm_driver/gcm_account_mapper_unittest.cc View 1 22 chunks +105 lines, -19 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
fgorski
PTAL, Seems like I didn't send it out yesterday.
6 years, 3 months ago (2014-09-17 20:26:58 UTC) #1
Nicolas Zea
https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc File components/gcm_driver/gcm_account_mapper.cc (right): https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc#newcode60 components/gcm_driver/gcm_account_mapper.cc:60: // If account mapper is not ready to handle ...
6 years, 3 months ago (2014-09-18 17:35:15 UTC) #2
Nicolas Zea
https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc File components/gcm_driver/gcm_account_mapper.cc (right): https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc#newcode286 components/gcm_driver/gcm_account_mapper.cc:286: void GCMAccountMapper::Register() { On 2014/09/18 17:35:14, Nicolas Zea wrote: ...
6 years, 3 months ago (2014-09-18 17:36:10 UTC) #3
fgorski
Addressed feedback and updated test for retrying registration ID. PTAL https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc File components/gcm_driver/gcm_account_mapper.cc (right): https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc#newcode60 ...
6 years, 3 months ago (2014-09-18 18:08:53 UTC) #4
Nicolas Zea
https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc File components/gcm_driver/gcm_account_mapper.cc (right): https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc#newcode307 components/gcm_driver/gcm_account_mapper.cc:307: Register(); On 2014/09/18 18:08:53, fgorski wrote: > On 2014/09/18 ...
6 years, 3 months ago (2014-09-19 17:41:58 UTC) #5
fgorski
On 2014/09/19 17:41:58, Nicolas Zea wrote: > https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc > File components/gcm_driver/gcm_account_mapper.cc (right): > > https://codereview.chromium.org/580603002/diff/1/components/gcm_driver/gcm_account_mapper.cc#newcode307 ...
6 years, 3 months ago (2014-09-19 18:04:03 UTC) #6
Nicolas Zea
Ok, makes sense to me now after chatting offline. LGTM
6 years, 3 months ago (2014-09-19 18:21:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/580603002/20001
6 years, 3 months ago (2014-09-19 20:26:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/580603002/20001
6 years, 3 months ago (2014-09-19 20:26:04 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/11441)
6 years, 3 months ago (2014-09-19 20:59:26 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/11441)
6 years, 3 months ago (2014-09-19 21:00:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/580603002/20001
6 years, 3 months ago (2014-09-19 21:38:58 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/11564)
6 years, 3 months ago (2014-09-19 22:49:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/580603002/20001
6 years, 3 months ago (2014-09-20 20:52:28 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 0e60c4702814da0ee8073f80580200219c759b63
6 years, 3 months ago (2014-09-20 20:56:01 UTC) #21
commit-bot: I haz the power
6 years, 3 months ago (2014-09-20 20:56:42 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ba729da9c8327a4efc18963abd365efe409a80b5
Cr-Commit-Position: refs/heads/master@{#295890}

Powered by Google App Engine
This is Rietveld 408576698