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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1956503002: requestAutocomplete: mark histograms as <obsolete> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: <obsolete> Created 4 years, 7 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:
Download patch
« no previous file with comments | « no previous file | 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 949a9c89359e67c42731f5f2355cf92146f78ea5..b863cfc70ed568c9d1bdb56016e2b25f1706c20f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43501,6 +43501,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="RequestAutocomplete.DismissalState"
enum="AutofillDialogDismissalState">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
The state of the requestAutocomplete() dialog when it was dismissed.
@@ -43509,6 +43512,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="RequestAutocomplete.InitialUserState"
enum="AutofillDialogInitialUserState">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
The initial state of a user that's interacting with a freshly shown
@@ -43518,6 +43524,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="RequestAutocomplete.PopupInDialog"
enum="AutofillDialogPopupEvent">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
User interactions with the Autofill popup shown while filling an
@@ -43526,6 +43535,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.Security" enum="AutofillDialogSecurity">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the frequency of security warnings and errors in the
@@ -43534,6 +43546,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.UiDuration" units="ms">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the duration for which an requestAutocomplete() dialog was shown.
@@ -43541,6 +43556,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.UiDuration.Cancel" units="ms">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the duration for which an requestAutocomplete() dialog was shown,
@@ -43549,6 +43567,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.UiDuration.Submit" units="ms">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the duration for which an requestAutocomplete() dialog was shown,
@@ -43557,6 +43578,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.UiEvents" enum="AutofillDialogUiEvents">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures how users are interacting with the requestAutocomplete() dialog UI.
@@ -43564,6 +43588,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.UiLatencyToShow" units="ms">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the duration of time it takes for the requestAutocomplete() UI to
@@ -43572,6 +43599,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="RequestAutocomplete.WalletErrors" enum="WalletErrors">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the frequency of errors in communicating with the Google Online
@@ -43581,6 +43611,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="RequestAutocomplete.WalletRequiredActions"
enum="WalletRequiredActions">
+ <obsolete>
+ Deprecated as of 5/5/2016.
+ </obsolete>
<owner>estade@chromium.org</owner>
<summary>
Measures the frequency of required user actions returned by the Google
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698