Commit 7fb78e28 authored by Sigurdur Asgeirsson's avatar Sigurdur Asgeirsson Committed by Chromium LUCI CQ

PM: Enable service worker relationships.

This change is to get some DCHECK crashes on Albatross. It will be
reverted after it's been on Canary for a day or so.

Bug: 1143281
Change-Id: I6d125dfbae9699e7292a9aa0336070b005bd03c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2571638
Auto-Submit: Sigurður Ásgeirsson <siggi@chromium.org>
Reviewed-by: default avatarPatrick Monette <pmonette@chromium.org>
Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833405}
parent 68ebd178
......@@ -47,7 +47,7 @@ TabLoadingFrameNavigationThrottlesParams::GetParams() {
}
const base::Feature kServiceWorkerRelationshipsInGraph{
"ServiceWorkerRelationshipsInGraph", base::FEATURE_DISABLED_BY_DEFAULT};
"ServiceWorkerRelationshipsInGraph", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features
} // namespace performance_manager
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