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

Unified Diff: components/gcm_driver/gcm_client_impl.h

Issue 2558553002: GCM: Add Android UMA, and UMA for deleted/collapsed messages (Closed)
Patch Set: UMA_HISTOGRAM_BOOLEAN("GCM.DataMessageReceived", true); 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_client_impl.h
diff --git a/components/gcm_driver/gcm_client_impl.h b/components/gcm_driver/gcm_client_impl.h
index edb637a7e0e8c0ac0c0501bfd59bdade3b8bb7a8..9e102154b86b20e1cbe8c7ac5d81432a36087b1f 100644
--- a/components/gcm_driver/gcm_client_impl.h
+++ b/components/gcm_driver/gcm_client_impl.h
@@ -300,6 +300,13 @@ class GCMClientImpl
const mcs_proto::DataMessageStanza& data_message_stanza,
MessageData& message_data);
+ // Fires OnMessagesDeleted event on the delegate of this class, based on the
+ // details in |data_message_stanza| and |message_data|.
+ void HandleIncomingDeletedMessages(
+ const std::string& app_id,
+ const mcs_proto::DataMessageStanza& data_message_stanza,
+ MessageData& message_data);
+
// Fires OnMessageSendError event on the delegate of this class, based on the
// details in |data_message_stanza| and |message_data|.
void HandleIncomingSendError(
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/services/gcm/GcmUma.java ('k') | components/gcm_driver/gcm_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698