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

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

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing again... Created 7 years, 5 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 | « components/autofill/core/browser/autofill_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_metrics.cc
diff --git a/components/autofill/core/browser/autofill_metrics.cc b/components/autofill/core/browser/autofill_metrics.cc
index 2959106bb50ef8b30874c531a82200188cae6f1a..a1e4d594c286ac470adbf984d9f0a65aafd6a390 100644
--- a/components/autofill/core/browser/autofill_metrics.cc
+++ b/components/autofill/core/browser/autofill_metrics.cc
@@ -182,18 +182,10 @@ std::string WalletApiMetricToString(
return "GetFullWallet";
case AutofillMetrics::GET_WALLET_ITEMS:
return "GetWalletItems";
- case AutofillMetrics::SAVE_ADDRESS:
- return "SaveAddress";
- case AutofillMetrics::SAVE_INSTRUMENT:
- return "SaveInstrument";
- case AutofillMetrics::SAVE_INSTRUMENT_AND_ADDRESS:
- return "SaveInstrumentAndAddress";
+ case AutofillMetrics::SAVE_TO_WALLET:
+ return "SaveToWallet";
case AutofillMetrics::SEND_STATUS:
return "SendStatus";
- case AutofillMetrics::UPDATE_ADDRESS:
- return "UpdateAddress";
- case AutofillMetrics::UPDATE_INSTRUMENT:
- return "UpdateInstrument";
case AutofillMetrics::UNKNOWN_API_CALL:
NOTREACHED();
return "UnknownApiCall";
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698