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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 780423002: Don't deref stale AutofillMetrics pointer in AutofillCCInfoBarDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1241bc95fbe8c3597d1c5e7c43add05e8ea7413a..8a6f097f4ad30cb13ea04b4551e74005d3c2a7f1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1742,7 +1742,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>isherman@chromium.org</owner>
<summary>
The relative frequency with which users accept, deny, or ignore the Autofill
- credit card info bar prompt.
+ credit card info bar prompt. As of 12/2014, &quot;Ignored&quot; is
+ deprecated. You can calculate: Ignored = Shown - Accepted - Denied
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698