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

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: Created 4 years, 2 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 b5a3b944d3260de55408b451c7890baba8f2f158..162dfbe6096f489b9700457c0f4291a159d67503 100644
--- a/google_apis/gcm/engine/gcm_unregistration_request_handler.h
+++ b/google_apis/gcm/engine/gcm_unregistration_request_handler.h
@@ -20,8 +20,7 @@ class GCM_EXPORT GCMUnregistrationRequestHandler :
// UnregistrationRequest::CustomRequestHandler overrides:
void BuildRequestBody(std::string* body) override;
- UnregistrationRequest::Status ParseResponse(
- const net::URLFetcher* source) override;
+ UnregistrationRequest::Status ParseResponse(std::string response) override;
Nicolas Zea 2016/10/20 21:05:22 make this const ref? (same with other methods now
johnme 2016/11/01 14:15:40 Ahem, must have been a long day. Done.
void ReportUMAs(UnregistrationRequest::Status status,
int retry_count,
base::TimeDelta complete_time) override;

Powered by Google App Engine
This is Rietveld 408576698