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

Issue 442123003: [GCM] Adding the OnSendAcknowledgement event (Closed)

Created:
6 years, 4 months ago by fgorski
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, zea+watch_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

[GCM] Adding the OnSendAcknowledgement event Adding the OnSendAcknowledgement event to enable Chrome components to get updates on GCM server receiving the messages. BUG=374969 TBR=kalman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287831

Patch Set 1 #

Total comments: 4

Patch Set 2 : adding a send ack test to gcm desktop driver #

Patch Set 3 : Fixing code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -19 lines) Patch
M chrome/browser/extensions/extension_gcm_app_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/services/gcm/push_messaging_service_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/services/gcm/push_messaging_service_impl.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M components/gcm_driver/default_gcm_app_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/default_gcm_app_handler.cc View 1 2 1 chunk +10 lines, -5 lines 0 comments Download
M components/gcm_driver/fake_gcm_app_handler.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_app_handler.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_app_handler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_client.h View 1 chunk +6 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/gcm_driver/gcm_client_impl_unittest.cc View 7 chunks +28 lines, -3 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.cc View 3 chunks +24 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop_unittest.cc View 1 3 chunks +12 lines, -8 lines 0 comments Download
M components/invalidation/gcm_invalidation_bridge.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/gcm_invalidation_bridge.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M google_apis/gcm/engine/mcs_client_unittest.cc View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
fgorski
PTAL zea: everything except c/b/extension kalman: c/b/extensions (I've put you as a TBR, as there ...
6 years, 4 months ago (2014-08-05 23:33:08 UTC) #1
Nicolas Zea
LGTM with some comments https://codereview.chromium.org/442123003/diff/1/components/gcm_driver/default_gcm_app_handler.cc File components/gcm_driver/default_gcm_app_handler.cc (right): https://codereview.chromium.org/442123003/diff/1/components/gcm_driver/default_gcm_app_handler.cc#newcode42 components/gcm_driver/default_gcm_app_handler.cc:42: LOG(ERROR) << "No app handler ...
6 years, 4 months ago (2014-08-05 23:39:48 UTC) #2
fgorski
Applied and explained. https://codereview.chromium.org/442123003/diff/1/components/gcm_driver/default_gcm_app_handler.cc File components/gcm_driver/default_gcm_app_handler.cc (right): https://codereview.chromium.org/442123003/diff/1/components/gcm_driver/default_gcm_app_handler.cc#newcode42 components/gcm_driver/default_gcm_app_handler.cc:42: LOG(ERROR) << "No app handler is ...
6 years, 4 months ago (2014-08-06 16:22:27 UTC) #3
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 4 months ago (2014-08-06 16:23:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fgorski@chromium.org/442123003/40001
6 years, 4 months ago (2014-08-06 16:24:19 UTC) #5
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 19:42:50 UTC) #6
Message was sent while issue was closed.
Change committed as 287831

Powered by Google App Engine
This is Rietveld 408576698