Chromium Code Reviews| 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 |