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

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

Issue 1606943005: Adds UMA for counting component event page wakeups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use std::move properly Created 4 years, 11 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 4dc7af8ebd096c7602918404ae0ff65676993a9c..4398ab5485f6f7bcc34ca6d72785adbb9c838b5b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12166,6 +12166,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.Events.DispatchToComponentWithSuspendedEventPage"
+ enum="ExtensionEvents">
+ <owner>mfoltz@chromium.org</owner>
+ <summary>
+ Recorded every time an event is dispatched to a *component* extension with a
+ suspended event page. Otherwise identical to
+ Extensions.Events.DispatchWithSuspendedEventPage.
+ </summary>
+</histogram>
+
<histogram name="Extensions.Events.DispatchWithPersistentBackgroundPage"
enum="ExtensionEvents">
<owner>rdevlin.cronin@chromium.org</owner>
« extensions/browser/event_router_unittest.cc ('K') | « extensions/browser/event_router_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698