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

Unified Diff: google_apis/gcm/engine/instance_id_delete_token_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/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 cb1ed063fd9cefd398e3ab1572ccce8a13d2a3bc..45f6d2ee578afc0e102762c109b75cbc658d9045 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
@@ -25,8 +25,7 @@ class GCM_EXPORT InstanceIDDeleteTokenRequestHandler :
// UnregistrationRequest overrides:
void BuildRequestBody(std::string* body) override;
- UnregistrationRequest::Status ParseResponse(
- const net::URLFetcher* source) override;
+ UnregistrationRequest::Status ParseResponse(std::string response) override;
void ReportUMAs(UnregistrationRequest::Status status,
int retry_count,
base::TimeDelta complete_time) override;

Powered by Google App Engine
This is Rietveld 408576698