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

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

Issue 2925193002: NOT YET READY: UMA recording the kind of target frame when extensions pierce browsing instance.
Patch Set: Created 3 years, 6 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 e4580c7c456f2a166cbcde31cd93dfa8f4715559..b00820d61711f29309a5dc695d85e6f83fa262ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18636,6 +18636,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records the container used for a bookmark app launch.</summary>
</histogram>
+<histogram name="Extensions.BrowsingInstanceViolation.ExtensionType"
+ enum="ExtensionType">
+ <owner>lukasza@chromium.org</owner>
+ <summary>
+ When an extension violates browsing instance boundaries, this metric records
+ the extension type of the found frame.
+ </summary>
+</histogram>
+
+<histogram name="Extensions.BrowsingInstanceViolation.ExtensionViewType"
+ enum="ExtensionViewType">
+ <owner>lukasza@chromium.org</owner>
+ <summary>
+ When an extension violates browsing instance boundaries, this metric records
+ the extension view type of the found frame.
+
+ This metric should help confirm or deny the theory that violating browsing
+ instance boundaries is only needed for looking up background contents /
+ pages (of VIEW_TYPE_BACKGROUND_CONTENTS type).
+ </summary>
+</histogram>
+
<histogram name="Extensions.CheckForExternalUpdatesTime" units="ms">
<owner>rkaplow@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698