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_; |