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

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

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
Patch Set: . Created 3 years, 7 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 bff0523aa6c2edd7982ef3befffae9ff4790b37a..cca594190a6273b149e27e58a2141c335ef6ab1b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18848,6 +18848,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.DidCreateScriptContext_LockScreenExtension"
+ units="ms">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ Part of the suite of Extensions.DidCreateScriptContext_* metrics. Records
+ the time taken to install Extension JavaScript bindings per content script
+ context.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DidCreateScriptContext_Unblessed" units="ms">
<owner>rdevlin.cronin@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698