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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2299203004: Attempt to repair corrupt enterprise policy force-installed extensions (Closed)
Patch Set: fix chromeos compile problem Created 4 years, 3 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 6c3178b7297c089d20b09ed4c9c1a6c6b4e5c0a2..64f7b605322300d145d9fad64795326e54c3b84d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14586,8 +14586,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.CorruptPolicyExtensionDetected" enum="BooleanHit">
+ <owner>asargent@chromium.org</owner>
+ <summary>
+ Fires when we detect corruption in an enterprise policy forced install
+ extension and begin the process of reinstalling it. Compare to
+ CorruptPolicyExtensionResolved to judge success rate.
+ </summary>
+</histogram>
+
+<histogram name="Extensions.CorruptPolicyExtensionResolved" units="ms">
+ <owner>asargent@chromium.org</owner>
+ <summary>
+ Fires when we've successfully resinstalled a corrupt enterprise policy
+ force-installed extension, with a value indicating how long it took
+ end-to-end to complete the reinstall (including download time).
+ </summary>
+</histogram>
+
<histogram name="Extensions.CorruptPolicyExtensionWouldBeDisabled"
enum="BooleanHit">
+ <obsolete>
+ Deprecated 9/2016 by fix for Issue 447040.
+ </obsolete>
<owner>asargent@chromium.org</owner>
<summary>
Fires when we detect corruption in an enterprise policy forced install

Powered by Google App Engine
This is Rietveld 408576698