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

Issue 1126233004: Persist Instance ID data to GCM store. (Closed)

Created:
5 years, 7 months ago by jianli
Modified:
5 years, 7 months ago
Reviewers:
Nicolas Zea, fgorski
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, zea+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Persist Instance ID data to GCM store. BUG=477084 TEST=new tests TBR=asvitkine@chromium.org Committed: https://crrev.com/10018b2d2d5954cb697ccad19eef63919aef0786 Cr-Commit-Position: refs/heads/master@{#329233}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address feedback #

Patch Set 3 : Fix android builds #

Patch Set 4 : Fix tests #

Patch Set 5 : Fix mac build #

Patch Set 6 : Fix mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+724 lines, -99 lines) Patch
M chrome/browser/extensions/api/instance_id/instance_id_api.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/instance_id/instance_id_api.cc View 2 chunks +16 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/instance_id/instance_id_apitest.cc View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download
M components/gcm_driver.gypi View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_driver.h View 1 chunk +1 line, -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_client.h View 1 chunk +11 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.h View 2 chunks +7 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.cc View 1 2 3 4 2 chunks +26 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver.h View 2 chunks +23 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.h View 4 chunks +16 lines, -1 line 0 comments Download
M components/gcm_driver/gcm_driver_desktop.cc View 3 chunks +82 lines, -0 lines 0 comments Download
M components/gcm_driver/instance_id/BUILD.gn View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
A components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
D components/gcm_driver/instance_id/fake_instance_id_driver.h View 1 2 3 1 chunk +0 lines, -27 lines 0 comments Download
D components/gcm_driver/instance_id/fake_instance_id_driver.cc View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id.h View 2 chunks +5 lines, -2 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_android.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_android.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_driver_unittest.cc View 1 2 3 3 chunks +117 lines, -26 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_impl.h View 4 chunks +20 lines, -3 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_impl.cc View 5 chunks +75 lines, -7 lines 0 comments Download
M google_apis/gcm/engine/gcm_store.h View 2 chunks +8 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/gcm_store.cc View 1 chunk +1 line, -0 lines 0 comments Download
M google_apis/gcm/engine/gcm_store_impl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/gcm_store_impl.cc View 1 9 chunks +110 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/gcm_store_impl_unittest.cc View 1 2 chunks +51 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
jianli
5 years, 7 months ago (2015-05-08 00:34:17 UTC) #2
fgorski
https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/gcm_client_impl.cc File components/gcm_driver/gcm_client_impl.cc (right): https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/gcm_client_impl.cc#newcode535 components/gcm_driver/gcm_client_impl.cc:535: const std::string& instance_id_data) { Also add to the instance_id_data_ ...
5 years, 7 months ago (2015-05-08 17:12:33 UTC) #3
jianli
https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/gcm_client_impl.cc File components/gcm_driver/gcm_client_impl.cc (right): https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/gcm_client_impl.cc#newcode535 components/gcm_driver/gcm_client_impl.cc:535: const std::string& instance_id_data) { On 2015/05/08 17:12:33, fgorski wrote: ...
5 years, 7 months ago (2015-05-08 20:56:01 UTC) #4
fgorski
LGTM https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/instance_id/instance_id_impl.cc File components/gcm_driver/instance_id/instance_id_impl.cc (right): https://codereview.chromium.org/1126233004/diff/1/components/gcm_driver/instance_id/instance_id_impl.cc#newcode135 components/gcm_driver/instance_id/instance_id_impl.cc:135: app_id(), SerializeAsString()); On 2015/05/08 20:56:01, jianli wrote: > ...
5 years, 7 months ago (2015-05-08 21:41:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126233004/80001
5 years, 7 months ago (2015-05-08 22:23:37 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) android_chromium_gn_compile_rel on ...
5 years, 7 months ago (2015-05-09 02:48:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126233004/100001
5 years, 7 months ago (2015-05-11 19:01:44 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/87456)
5 years, 7 months ago (2015-05-11 19:11:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126233004/100001
5 years, 7 months ago (2015-05-11 19:50:59 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/70669) linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 7 months ago (2015-05-11 19:59:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126233004/100001
5 years, 7 months ago (2015-05-11 20:31:02 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 7 months ago (2015-05-11 21:14:37 UTC) #22
commit-bot: I haz the power
5 years, 7 months ago (2015-05-11 21:15:37 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/10018b2d2d5954cb697ccad19eef63919aef0786
Cr-Commit-Position: refs/heads/master@{#329233}

Powered by Google App Engine
This is Rietveld 408576698