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

Unified Diff: google_apis/gcm/engine/gcm_unregistration_request_handler.h

Issue 1167753002: Add more UMAs for Instance ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more feedback Created 5 years, 6 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/engine/gcm_unregistration_request_handler.h
diff --git a/google_apis/gcm/engine/gcm_unregistration_request_handler.h b/google_apis/gcm/engine/gcm_unregistration_request_handler.h
index ac2a5d4a353c279812b62f3591da43f6d5f5bea8..e66f3556b86ead4e3c344cfb4354350371542c70 100644
--- a/google_apis/gcm/engine/gcm_unregistration_request_handler.h
+++ b/google_apis/gcm/engine/gcm_unregistration_request_handler.h
@@ -21,6 +21,9 @@ class GCM_EXPORT GCMUnregistrationRequestHandler :
void BuildRequestBody(std::string* body) override;
UnregistrationRequest::Status ParseResponse(
const net::URLFetcher* source) override;
+ void ReportUMAs(UnregistrationRequest::Status status,
+ int retry_count,
+ base::TimeDelta complete_time) override;
private:
std::string app_id_;
« no previous file with comments | « google_apis/gcm/engine/gcm_store_impl.cc ('k') | google_apis/gcm/engine/gcm_unregistration_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698