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

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

Issue 1073633002: Remove PrerenderLocalPredictor, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-local-predictor-1
Patch Set: rebase Created 5 years, 8 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 | « chrome/common/chrome_switches.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 de2258fc5700a963eb9203674182409d343a446f..026a33adda69549159fe063f20e4563d7da785b3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33460,6 +33460,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="SB2.SideEffectFreeWhitelistStatus"
enum="SB2SideEffectFreeWhitelistStatus">
+ <obsolete>
+ Deprecated 4/2015.
+ </obsolete>
<owner>shess@chromium.org</owner>
<summary>The instantiation status of the SideEffectFreeWhitelist.</summary>
</histogram>
@@ -67594,7 +67597,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="DownloadWhitelist" label="DownloadWhitelist"/>
<suffix name="InclusionWhitelist" label="InclusionWhitelist"/>
<suffix name="ExtensionBlacklist" label="ExtensionBlacklist"/>
- <suffix name="SideEffectFreeWhitelist" label="SideEffectFreeWhitelist"/>
+ <suffix name="SideEffectFreeWhitelist" label="SideEffectFreeWhitelist">
+ <obsolete>
+ Deprecated 4/2015.
+ </obsolete>
+ </suffix>
<suffix name="IPBlacklist" label="IPBlacklist"/>
<suffix name="UnwantedSoftware" label="UnwantedSoftware"/>
<affected-histogram name="SB2.DatabaseSizeKilobytes"/>
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698