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

Unified Diff: trunk/src/components/autofill/core/browser/autofill_metrics.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
Index: trunk/src/components/autofill/core/browser/autofill_metrics.cc
===================================================================
--- trunk/src/components/autofill/core/browser/autofill_metrics.cc (revision 221717)
+++ trunk/src/components/autofill/core/browser/autofill_metrics.cc (working copy)
@@ -6,7 +6,6 @@
#include "base/logging.h"
#include "base/metrics/histogram.h"
-#include "base/metrics/sparse_histogram.h"
#include "base/time/time.h"
#include "components/autofill/core/browser/autofill_type.h"
#include "components/autofill/core/browser/form_structure.h"
@@ -387,10 +386,6 @@
required_action, NUM_WALLET_REQUIRED_ACTIONS);
}
-void AutofillMetrics::LogWalletResponseCode(int response_code) const {
- UMA_HISTOGRAM_SPARSE_SLOWLY("Wallet.ResponseCode", response_code);
-}
-
void AutofillMetrics::LogDeveloperEngagementMetric(
DeveloperEngagementMetric metric) const {
DCHECK_LT(metric, NUM_DEVELOPER_ENGAGEMENT_METRICS);
« no previous file with comments | « trunk/src/components/autofill/core/browser/autofill_metrics.h ('k') | trunk/src/tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698