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

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

Issue 2255003002: Remove CAPS component_updater integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete for histograms Created 4 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 | « chrome/chrome_browser.gypi ('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 536b3f333965e4340532e23ecffeb48799206f87..6b25d8aaee0bc41aec32c0ed6101038d24034dca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4794,7 +4794,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="CAPSUpdater.Step" enum="CAPSUpdaterStep">
- <owner>cpu@chromium.org</owner>
+ <obsolete>
+ Deprecated 08/2016 with removal of Chrome Crash Service component.
+ </obsolete>
+ <owner>scottmg@chromium.org</owner>
<summary>
Tracks the component updater steps for the Chrome Crash Service.
</summary>
@@ -69909,6 +69912,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="CAPSUpdaterStep" type="int">
+ <obsolete>
+ Deprecated 08/2016 with removal of Chrome Crash Service component.
+ </obsolete>
<int value="0" label="CAPS component ready"/>
<int value="1" label="CAPS component missing"/>
<int value="2" label="CAPS Service failed to start"/>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698