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

Issue 594383003: [GCM] Passing GCMClient::AccountTokenInfo list to GCMDriver (Closed)

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

Description

[GCM] Passing GCMClient::AccountTokenInfo list to GCMDriver * Making sure GCMAccountTracker is only depenedent on the GCMDriver * Replacing GCMDesktopDriver.SetAccountsForCheckin with virtual GCMDesktop.SetAccountTokens * Producing a vector of AccountTokenInfo in GCMAccountTracker BUG=374969 R=jianli@chromium.org Committed: https://crrev.com/58b9dfcdec72d65fe130738df1ba372fcc720824 Cr-Commit-Position: refs/heads/master@{#297190}

Patch Set 1 #

Patch Set 2 : Adding missing gcm_driver_android.h change #

Patch Set 3 : Rebased #

Total comments: 14

Patch Set 4 : Fixing Android build #

Patch Set 5 : Addressing CR comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -95 lines) Patch
M chrome/browser/services/gcm/gcm_account_tracker.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/services/gcm/gcm_account_tracker.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/services/gcm/gcm_account_tracker_unittest.cc View 12 chunks +50 lines, -26 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 2 3 4 6 chunks +10 lines, -10 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/gcm_driver/fake_gcm_driver.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_driver.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_account_mapper.h View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_account_mapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/gcm_client.h View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.cc View 1 2 3 4 2 chunks +13 lines, -4 lines 0 comments Download
M components/gcm_driver/gcm_client_impl_unittest.cc View 1 2 3 4 9 chunks +44 lines, -21 lines 0 comments Download
M components/gcm_driver/gcm_driver.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.h View 3 chunks +6 lines, -9 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.cc View 1 2 3 4 4 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
fgorski
PTAL. Patch is dependent on the previous (https://codereview.chromium.org/600053002/) hence the failure of bots.
6 years, 3 months ago (2014-09-24 22:22:41 UTC) #1
jianli
https://codereview.chromium.org/594383003/diff/40001/chrome/browser/services/gcm/gcm_profile_service.cc File chrome/browser/services/gcm/gcm_profile_service.cc (right): https://codereview.chromium.org/594383003/diff/40001/chrome/browser/services/gcm/gcm_profile_service.cc#newcode7 chrome/browser/services/gcm/gcm_profile_service.cc:7: #include <map> Please update this to vector. https://codereview.chromium.org/594383003/diff/40001/chrome/browser/services/gcm/gcm_profile_service.cc#newcode56 chrome/browser/services/gcm/gcm_profile_service.cc:56: ...
6 years, 2 months ago (2014-09-25 20:26:46 UTC) #2
fgorski
Updated based on CR. So far try bots look promising. https://codereview.chromium.org/594383003/diff/40001/chrome/browser/services/gcm/gcm_profile_service.cc File chrome/browser/services/gcm/gcm_profile_service.cc (right): https://codereview.chromium.org/594383003/diff/40001/chrome/browser/services/gcm/gcm_profile_service.cc#newcode7 ...
6 years, 2 months ago (2014-09-26 22:51:42 UTC) #3
jianli
lgtm
6 years, 2 months ago (2014-09-26 23:36:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/594383003/80001
6 years, 2 months ago (2014-09-29 16:42:26 UTC) #6
commit-bot: I haz the power
Committed patchset #5 (id:80001) as dfc7107315a0ee64941076debf9af664b84aa7ab
6 years, 2 months ago (2014-09-29 16:46:27 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-09-29 16:47:05 UTC) #8
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/58b9dfcdec72d65fe130738df1ba372fcc720824
Cr-Commit-Position: refs/heads/master@{#297190}

Powered by Google App Engine
This is Rietveld 408576698