summaryrefslogtreecommitdiffstats
path: root/chromium/base/task/thread_pool/service_thread_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/task/thread_pool/service_thread_unittest.cc')
-rw-r--r--chromium/base/task/thread_pool/service_thread_unittest.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/chromium/base/task/thread_pool/service_thread_unittest.cc b/chromium/base/task/thread_pool/service_thread_unittest.cc
index ce098456877..7b3d3c21031 100644
--- a/chromium/base/task/thread_pool/service_thread_unittest.cc
+++ b/chromium/base/task/thread_pool/service_thread_unittest.cc
@@ -65,15 +65,9 @@ TEST(ThreadPoolServiceThreadIntegrationTest, HeartbeatLatencyReport) {
"ThreadPool.HeartbeatLatencyMicroseconds.Test."
"UserBlockingTaskPriority",
"ThreadPool.HeartbeatLatencyMicroseconds.Test."
- "UserBlockingTaskPriority_MayBlock",
- "ThreadPool.HeartbeatLatencyMicroseconds.Test."
"UserVisibleTaskPriority",
"ThreadPool.HeartbeatLatencyMicroseconds.Test."
- "UserVisibleTaskPriority_MayBlock",
- "ThreadPool.HeartbeatLatencyMicroseconds.Test."
- "BackgroundTaskPriority",
- "ThreadPool.HeartbeatLatencyMicroseconds.Test."
- "BackgroundTaskPriority_MayBlock"};
+ "BackgroundTaskPriority"};
// Each report hits a single histogram above (randomly selected). But 1000
// reports should touch all histograms at least once the vast majority of the