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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated histograms.xml 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: 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

Powered by Google App Engine
This is Rietveld 408576698