| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9ca85c8cdb507c60def0f82d3d377e95cfdf0dcc..f8a805338ee8334bd1d4bfdb0d1a8cd622f22433 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13898,6 +13898,9 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Wallet.ApiCallDuration.SaveAddress" units="ms">
|
| + <obsolete>
|
| + Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
|
| + </obsolete>
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's save address API
|
| call.
|
| @@ -13905,6 +13908,9 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms">
|
| + <obsolete>
|
| + Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
|
| + </obsolete>
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's save instrument API
|
| call.
|
| @@ -13912,12 +13918,22 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms">
|
| + <obsolete>
|
| + Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
|
| + </obsolete>
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's save instument and
|
| address API call.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Wallet.ApiCallDuration.SaveToWallet" units="ms">
|
| + <summary>
|
| + Measures the time taken by Google Online Wallet server's save to wallet API
|
| + call.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms">
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's send status API
|
| @@ -13932,6 +13948,9 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms">
|
| + <obsolete>
|
| + Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
|
| + </obsolete>
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's update address API
|
| call.
|
| @@ -13939,6 +13958,9 @@ other types of suffix sets.
|
| </histogram>
|
|
|
| <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms">
|
| + <obsolete>
|
| + Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
|
| + </obsolete>
|
| <summary>
|
| Measures the time taken by Google Online Wallet server's update instument
|
| API call.
|
|
|