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

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: also obsolete the histograms uffix 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b28c5db13b18ce2fe49cc29f05b9e3c5dcdba794..8b5d9358a129dcfd5b0114f29270f3697c905d29 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33132,6 +33132,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>
@@ -66933,7 +66936,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>
Scott Hess - ex-Googler 2015/04/09 23:52:31 Oh, if this works, I'm absolutely fine with it. F
<suffix name="IPBlacklist" label="IPBlacklist"/>
<suffix name="UnwantedSoftware" label="UnwantedSoftware"/>
<affected-histogram name="SB2.DatabaseSizeKilobytes"/>
« chrome/browser/safe_browsing/safe_browsing_database.cc ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698