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

Unified Diff: trunk/src/components/autofill/content/browser/wallet/wallet_client.cc

Issue 23604043: Revert 221713 "rAc: Wallet: UMA for wallet response codes." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | trunk/src/components/autofill/core/browser/autofill_metrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/autofill/content/browser/wallet/wallet_client.cc
===================================================================
--- trunk/src/components/autofill/content/browser/wallet/wallet_client.cc (revision 221717)
+++ trunk/src/components/autofill/content/browser/wallet/wallet_client.cc (working copy)
@@ -595,8 +595,6 @@
scoped_ptr<base::DictionaryValue> response_dict;
int response_code = source->GetResponseCode();
- delegate_->GetMetricLogger().LogWalletResponseCode(response_code);
-
switch (response_code) {
// HTTP_BAD_REQUEST means the arguments are invalid. No point retrying.
case net::HTTP_BAD_REQUEST: {
« no previous file with comments | « no previous file | trunk/src/components/autofill/core/browser/autofill_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698