Skip to content

Commit dcd2305

Browse files
Adriana IxbaDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Enable 3P experiment by default
Bug:388458798 Change-Id: I9e9509c3119f86f634a5286efa9ae4cdb66089b3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6221939 Commit-Queue: Adriana Ixba <[email protected]> Auto-Submit: Adriana Ixba <[email protected]> Reviewed-by: Paul Irish <[email protected]>
1 parent 0d45efc commit dcd2305

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_THIRD_PARTY_DEPENDENCIES,
413414
Root.Runtime.ExperimentName.TIMELINE_DIM_UNRELATED_EVENTS,
414415
...(Root.Runtime.Runtime.queryParam('isChromeForTesting') ? ['protocol-monitor'] : []),
415416
]);

0 commit comments

Comments
 (0)