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

Unified Diff: google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc

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
Index: google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc
diff --git a/google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc b/google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc
index b324727dbdce9116c75965f3ad90e43f986a25fa..0388d24a503324ae7694402cd5062de9740927f0 100644
--- a/google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc
+++ b/google_apis/gcm/monitoring/fake_gcm_stats_recorder.cc
@@ -44,18 +44,18 @@ void FakeGCMStatsRecorder::RecordConnectionResetSignaled(
void FakeGCMStatsRecorder::RecordRegistrationSent(
const std::string& app_id,
- const std::string& sender_ids) {
+ const std::string& senders) {
}
void FakeGCMStatsRecorder::RecordRegistrationResponse(
const std::string& app_id,
- const std::vector<std::string>& sender_ids,
+ const std::string& senders,
RegistrationRequest::Status status) {
}
void FakeGCMStatsRecorder::RecordRegistrationRetryRequested(
const std::string& app_id,
- const std::vector<std::string>& sender_ids,
+ const std::string& senders,
int retries_left) {
}
« no previous file with comments | « google_apis/gcm/monitoring/fake_gcm_stats_recorder.h ('k') | google_apis/gcm/monitoring/gcm_stats_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698