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

Unified Diff: trunk/src/components/autofill/core/browser/autofill_metrics.h

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.h
===================================================================
--- trunk/src/components/autofill/core/browser/autofill_metrics.h (revision 221717)
+++ trunk/src/components/autofill/core/browser/autofill_metrics.h (working copy)
@@ -389,9 +389,6 @@
virtual void LogWalletRequiredActionMetric(
WalletRequiredActionMetric required_action) const;
- // Logs HTTP response codes recieved by wallet client.
- virtual void LogWalletResponseCode(int response_code) const;
-
// This should be called when a form that has been Autofilled is submitted.
// |duration| should be the time elapsed between form load and submission.
virtual void LogFormFillDurationFromLoadWithAutofill(

Powered by Google App Engine
This is Rietveld 408576698