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

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

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
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
« no previous file with comments | « tools/json_schema_compiler/test/features_generation_unittest.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 ff60785587c8e63bec2db653eff049d0790744bb..fd9aea19e7f334a746d72644e28ea44749a0c7e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19084,6 +19084,18 @@ 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. This histogram measures the time to install Extension Javascript
+ bindings in a context for a platform app enabled on the Chrome OS lock
+ screen.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DidCreateScriptContext_Unblessed" units="ms">
<owner>rdevlin.cronin@chromium.org</owner>
<summary>
« no previous file with comments | « tools/json_schema_compiler/test/features_generation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698