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

Unified Diff: components/gcm_driver/fake_gcm_driver.h

Issue 2578583002: Provide a mechanism for the GCM driver to send message receipts to GCM.
Patch Set: Added a callback entry point to GCMDriver, moved MessageReceiptCallback to gcm_message_status. Created 3 years, 10 months 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/fake_gcm_driver.h
diff --git a/components/gcm_driver/fake_gcm_driver.h b/components/gcm_driver/fake_gcm_driver.h
index 9ec1567d6182818a11fe42201f676cd7bdb1f9c2..e116267b69e5782b97b5b1fd62e9758299dcc5c7 100644
--- a/components/gcm_driver/fake_gcm_driver.h
+++ b/components/gcm_driver/fake_gcm_driver.h
@@ -64,6 +64,8 @@ class FakeGCMDriver : public GCMDriver {
override;
private:
+ void DoSendMessageReceipt(const MessageReceiptCallback& callback,
Peter Beverloo 2017/02/08 17:09:08 // GCMDriver implementation:
harkness 2017/02/09 16:27:29 Done.
+ GCMMessageStatus status) override;
DISALLOW_COPY_AND_ASSIGN(FakeGCMDriver);
};

Powered by Google App Engine
This is Rietveld 408576698