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

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

Issue 2272593002: Safeguard against crash-looping if subresource filter rule indexing fails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by pkalinnikov@. 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 | « components/subresource_filter/core/browser/subresource_filter_constants.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 75f16fdd33e2dc9286685a4235553e439a553fba..0dcba598f732e4f3e4258f58df7495d7dcd3a6a5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94400,6 +94400,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="FailedDeletePreexisting"/>
<int value="6" label="FailedOpeningUnindexedRuleset"/>
<int value="7" label="FailedParsingUnindexedRuleset"/>
+ <int value="8" label="FailedCreatingVersionDir"/>
+ <int value="9" label="FailedCreatingSentinelFile"/>
+ <int value="10" label="FailedDeletingSentinelFile"/>
+ <int value="11" label="AbortedBecauseSentinelFileWasPresent"/>
</enum>
<enum name="SuggestAppsDialogCloseReason" type="int">
« no previous file with comments | « components/subresource_filter/core/browser/subresource_filter_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698