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

Unified Diff: components/gcm_driver/gcm_stats_recorder_impl.h

Issue 1137463003: Support getting and deleting token for Instance ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch to land Created 5 years, 7 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
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | components/gcm_driver/gcm_stats_recorder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_stats_recorder_impl.h
diff --git a/components/gcm_driver/gcm_stats_recorder_impl.h b/components/gcm_driver/gcm_stats_recorder_impl.h
index a2836be8b6d7f83ddb2a4be9d3f5e3ba8b2de708..a8d3e3bc9dae841ad7d4917f4ba5fc66644fe760 100644
--- a/components/gcm_driver/gcm_stats_recorder_impl.h
+++ b/components/gcm_driver/gcm_stats_recorder_impl.h
@@ -55,13 +55,13 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder {
void RecordConnectionResetSignaled(
ConnectionFactory::ConnectionResetReason reason) override;
void RecordRegistrationSent(const std::string& app_id,
- const std::string& sender_ids) override;
+ const std::string& senders) override;
void RecordRegistrationResponse(const std::string& app_id,
- const std::vector<std::string>& sender_ids,
+ const std::string& senders,
RegistrationRequest::Status status) override;
void RecordRegistrationRetryRequested(
const std::string& app_id,
- const std::vector<std::string>& sender_ids,
+ const std::string& senders,
int retries_left) override;
void RecordUnregistrationSent(const std::string& app_id) override;
void RecordUnregistrationResponse(
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | components/gcm_driver/gcm_stats_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698