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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 439683002: Remove old SBInterstitial counter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated suffix comment Created 6 years, 4 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 | « tools/metrics/actions/extract_actions.py ('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 1cf62a065fff08fa719d84309b4c566fc65c4d5a..417b3f79e4dd08a1fc0e22c36337b97313043487 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52185,8 +52185,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram_suffixes>
<histogram_suffixes name="SBInterstitial">
- <suffix name="V1" label="original interstitial"/>
- <suffix name="V2" label="version 2 (new interstitial)"/>
+ <obsolete>
+ deprecated November 10 2012 crrev.com/167056
+ </obsolete>
+ <suffix name="V1" label="version 1 interstitial"/>
+ <suffix name="V2" label="version 2 interstitial"/>
<affected-histogram name="SB2.InterstitialAction"/>
<affected-histogram name="SB2.MalwareInterstitialTimeClosed"/>
<affected-histogram name="SB2.MalwareInterstitialTimeDiagnostic"/>
« no previous file with comments | « tools/metrics/actions/extract_actions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698