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

Unified Diff: components/gcm_driver/gcm_driver_desktop.h

Issue 2578583002: Provide a mechanism for the GCM driver to send message receipts to GCM.
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/gcm_driver_desktop.h
diff --git a/components/gcm_driver/gcm_driver_desktop.h b/components/gcm_driver/gcm_driver_desktop.h
index 1263463d982bd784c6ef0b39def93d466308ae6a..5306388c9e0e38a38baf0afe4015aeaf04bf1af6 100644
--- a/components/gcm_driver/gcm_driver_desktop.h
+++ b/components/gcm_driver/gcm_driver_desktop.h
@@ -158,6 +158,9 @@ class GCMDriverDesktop : public GCMDriver,
// Callbacks posted from IO thread to UI thread.
void MessageReceived(const std::string& app_id,
const IncomingMessage& message);
+ void MessageReceivedError(const std::string& app_id,
+ const std::string& message_id,
+ int status);
void MessagesDeleted(const std::string& app_id);
void MessageSendError(const std::string& app_id,
const GCMClient::SendErrorDetails& send_error_details);

Powered by Google App Engine
This is Rietveld 408576698