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

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: Rebasing again... Created 7 years, 5 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
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698