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

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

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No !! Created 7 years, 6 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 5fde62c2fbe825d97c874cfd4705d0ed130240ab..f3b9327b60f9877f97927a36bb54db82dd23da7c 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -294,12 +294,8 @@ class AutofillMetrics {
AUTHENTICATE_INSTRUMENT,
GET_FULL_WALLET,
GET_WALLET_ITEMS,
Dan Beam 2013/07/02 21:03:11 nit: comment about dead enum members
ahutter 2013/07/02 21:15:56 Done.
- SAVE_ADDRESS,
- SAVE_INSTRUMENT,
- SAVE_INSTRUMENT_AND_ADDRESS,
- SEND_STATUS,
- UPDATE_ADDRESS,
- UPDATE_INSTRUMENT,
+ SEND_STATUS = 8,
+ SAVE_TO_WALLET = 11,
};
// For measuring the frequency of errors while communicating with the Wallet

Powered by Google App Engine
This is Rietveld 408576698