Commit aa0859e0 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Extensions Metrics] Mark Extensions.ThrottledNetworkRequests obsolete

Mark Extensions.ThrottledNetworkRequests as obsolete. It has been
expired since 2018-08. We haven't been looking at it lately, and we
can always add it back later if we need it again.

Bug: 878106
Change-Id: I24fc5e7105976da3cbfbfeb52110e8483edc7c8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600859Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658275}
parent ceada7ca
...@@ -142,8 +142,6 @@ bool UserScriptListener::ShouldDelayRequest(const GURL& url) { ...@@ -142,8 +142,6 @@ bool UserScriptListener::ShouldDelayRequest(const GURL& url) {
} }
void UserScriptListener::StartDelayedRequests() { void UserScriptListener::StartDelayedRequests() {
UMA_HISTOGRAM_COUNTS_100("Extensions.ThrottledNetworkRequests",
throttles_.size());
WeakThrottleList::const_iterator it; WeakThrottleList::const_iterator it;
for (it = throttles_.begin(); it != throttles_.end(); ++it) { for (it = throttles_.begin(); it != throttles_.end(); ++it) {
if (it->get()) if (it->get())
......
...@@ -39004,6 +39004,9 @@ uploading your change for review. ...@@ -39004,6 +39004,9 @@ uploading your change for review.
<histogram name="Extensions.ThrottledNetworkRequests" units="requests" <histogram name="Extensions.ThrottledNetworkRequests" units="requests"
expires_after="2018-08-30"> expires_after="2018-08-30">
<obsolete>
Expired 2018-08.
</obsolete>
<owner>rdevlin.cronin@chromium.org</owner> <owner>rdevlin.cronin@chromium.org</owner>
<summary> <summary>
The total number of network requests that were delayed by extension user The total number of network requests that were delayed by extension user
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