Commit 4146cc90 authored by Thomas Lukaszewicz's avatar Thomas Lukaszewicz Committed by Commit Bot

Extensions: Add permissions for metricsPrivate to Tab Search WebUI

The Chrome for ChromeOS team is looking to collect UMA metrics for
the time taken to render the initial list of tabs in our Tab Search
feature's UI.

This metric needs to be logged from the JS side and access to the
Extensions API provides a clean way to log this data. This is the
recommended way to log metrics in WebUI code.

Bug: 1099917
Change-Id: Icf16404d47406858fd3c6cef2ba4b8462f2edb18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339211
Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org>
Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795736}
parent a58c5c5c
......@@ -318,6 +318,7 @@
"chrome://os-settings/*",
"chrome://settings/*",
"chrome://sync-confirmation/*",
"chrome://tab-search/*",
"chrome://tab-strip/*",
"chrome://welcome/*"
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment