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

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: Dane's review 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..900360c195cbfa774a98ac33d8996ef2e125c8b9 100644
--- a/components/autofill/core/browser/autofill_metrics.h
+++ b/components/autofill/core/browser/autofill_metrics.h
@@ -294,12 +294,13 @@ class AutofillMetrics {
AUTHENTICATE_INSTRUMENT,
GET_FULL_WALLET,
GET_WALLET_ITEMS,
- SAVE_ADDRESS,
- SAVE_INSTRUMENT,
- SAVE_INSTRUMENT_AND_ADDRESS,
+ SAVE_ADDRESS_DEPRECATED,
+ SAVE_INSTRUMENT_DEPRECATED,
+ SAVE_INSTRUMENT_AND_ADDRESS_DEPRECATED,
Dan Beam 2013/07/02 01:25:52 i would just remove these and put hardcoded number
ahutter 2013/07/02 15:44:23 Put hardcoded in for now. After I get your lg I'l
+ SAVE_TO_WALLET,
SEND_STATUS,
- UPDATE_ADDRESS,
- UPDATE_INSTRUMENT,
+ UPDATE_ADDRESS_DEPRECATED,
+ UPDATE_INSTRUMENT_DEPRECATED,
Dan Beam 2013/07/02 01:25:52 SAVE_TO_WALLET needs to be at the end
Raman Kakilate 2013/07/02 01:41:24 :)
ahutter 2013/07/02 15:44:23 Done.
};
// For measuring the frequency of errors while communicating with the Wallet

Powered by Google App Engine
This is Rietveld 408576698