Skip to content

Commit 0d45efc

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Enable dimming experiment by default
Bug: 379093020 Change-Id: I345c935ca3adb2db3717b49924b830082a6efb8f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6219688 Reviewed-by: Paul Irish <[email protected]> Commit-Queue: Paul Irish <[email protected]> Commit-Queue: Connor Clark <[email protected]> Auto-Submit: Connor Clark <[email protected]>
1 parent acae917 commit 0d45efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/entrypoints/main/MainImpl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ export class MainImpl {
410410
Root.Runtime.ExperimentName.NETWORK_PANEL_FILTER_BAR_REDESIGN,
411411
Root.Runtime.ExperimentName.FLOATING_ENTRY_POINTS_FOR_AI_ASSISTANCE,
412412
Root.Runtime.ExperimentName.TIMELINE_ALTERNATIVE_NAVIGATION,
413+
Root.Runtime.ExperimentName.TIMELINE_DIM_UNRELATED_EVENTS,
413414
...(Root.Runtime.Runtime.queryParam('isChromeForTesting') ? ['protocol-monitor'] : []),
414415
]);
415416

0 commit comments

Comments
 (0)