Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 3616b6e87bb7c2064515a32b84f154e242a3b0b6..aada5f978302b5bc23b01c64f13187d6814f92d6 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -12285,27 +12285,13 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| -<histogram name="Wallet.ApiCallDuration.SaveAddress" units="ms"> |
| +<histogram name="Wallet.ApiCallDuration.SaveToWallet" units="ms"> |
| <summary> |
| - Measures the time taken by Google Online Wallet server's save address API |
| + Measures the time taken by Google Online Wallet server's save to wallet API |
| call. |
| </summary> |
| </histogram> |
| -<histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms"> |
| - <summary> |
| - Measures the time taken by Google Online Wallet server's save instrument API |
| - call. |
| - </summary> |
| -</histogram> |
| - |
| -<histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms"> |
| - <summary> |
| - Measures the time taken by Google Online Wallet server's save instument and |
| - address API call. |
| - </summary> |
| -</histogram> |
|
Ilya Sherman
2013/07/02 21:40:38
Rather than deleting the descriptions for these hi
ahutter
2013/07/02 21:56:54
Done.
|
| - |
| <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms"> |
| <summary> |
| Measures the time taken by Google Online Wallet server's send status API |
| @@ -12319,20 +12305,6 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| -<histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms"> |
| - <summary> |
| - Measures the time taken by Google Online Wallet server's update address API |
| - call. |
| - </summary> |
| -</histogram> |
| - |
| -<histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms"> |
| - <summary> |
| - Measures the time taken by Google Online Wallet server's update instument |
| - API call. |
| - </summary> |
| -</histogram> |
| - |
| <histogram name="WebCore.FeatureObserver" enum="FeatureObserver"> |
| <summary> |
| Count of how many instances of WebCore::Page use various features. Each |