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

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: 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/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..4783526cb343f58bf94d6dc6c9a60a43d4bc9899 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,7 +26,7 @@ class GCM_EXPORT InstanceIDDeleteTokenRequestHandler :
// UnregistrationRequest 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;

Powered by Google App Engine
This is Rietveld 408576698