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

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

Issue 23461033: rAc: Wallet: UMA for wallet response codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: components/autofill/core/browser/autofill_metrics.h
diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h
index 41b6077816c824c3ac68c66441c4ec8e513429d4..431e2a472af4b676184fb4b3ea48d3dc4b6a52c8 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -389,6 +389,9 @@ class AutofillMetrics {
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(
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_client.cc ('k') | components/autofill/core/browser/autofill_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698