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

Unified Diff: google_apis/gcm/engine/instance_id_delete_token_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/instance_id_delete_token_request_handler.h
diff --git a/google_apis/gcm/engine/instance_id_delete_token_request_handler.h b/google_apis/gcm/engine/instance_id_delete_token_request_handler.h
index fec6e04d690d41dadd7e762a04f55a700616877e..cd10d34670204820dc7f50229839fe8c21cbc720 100644
--- a/google_apis/gcm/engine/instance_id_delete_token_request_handler.h
+++ b/google_apis/gcm/engine/instance_id_delete_token_request_handler.h
@@ -26,6 +26,9 @@ class GCM_EXPORT InstanceIDDeleteTokenRequestHandler :
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 instance_id_;

Powered by Google App Engine
This is Rietveld 408576698