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

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: And fixing comment 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..bf6223bd4c1ae09f848dbf3f08e0abc37097c26f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12286,6 +12286,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.
@@ -12293,6 +12296,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.
@@ -12300,12 +12306,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
@@ -12320,6 +12336,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.
@@ -12327,6 +12346,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.

Powered by Google App Engine
This is Rietveld 408576698