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

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

Issue 2434243002: GCM Engine: Split up reg/unreg UNKNOWN_ERROR to improve metrics (Closed)
Patch Set: mid-cycle -> mid-beta Created 4 years, 1 month 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 b5a3b944d3260de55408b451c7890baba8f2f158..06c963b9dade7cdf680c5d7e3e7cef62523125cd 100644
--- a/google_apis/gcm/engine/gcm_unregistration_request_handler.h
+++ b/google_apis/gcm/engine/gcm_unregistration_request_handler.h
@@ -21,7 +21,7 @@ class GCM_EXPORT GCMUnregistrationRequestHandler :
// UnregistrationRequest::CustomRequestHandler overrides:
void BuildRequestBody(std::string* body) override;
UnregistrationRequest::Status ParseResponse(
- const net::URLFetcher* source) override;
+ const std::string& response) override;
void ReportUMAs(UnregistrationRequest::Status status,
int retry_count,
base::TimeDelta complete_time) override;
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_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