Skip to content

Commit c9853f7

Browse files
fmacintoshDevtools-frontend LUCI CQ
authored andcommitted
Delete obsolete HostConfigThirdPartyCookieControls
Bug: 482352097 Change-Id: I64780463d21883bac2980f4612c00e9c47e518c5 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7665306 Reviewed-by: Mathias Bynens <mathias@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Fiona Macintosh <fmacintosh@google.com>
1 parent e3e7255 commit c9853f7

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

front_end/core/host/InspectorFrontendHostStub.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,6 @@ export class InspectorFrontendHostStub implements InspectorFrontendHostAPI {
389389
devToolsVeLogging: {
390390
enabled: true,
391391
},
392-
thirdPartyCookieControls: {
393-
thirdPartyCookieMetadataEnabled: true,
394-
thirdPartyCookieHeuristicsEnabled: true,
395-
managedBlockThirdPartyCookies: 'Unset',
396-
},
397392
devToolsFlexibleLayout: {
398393
verticalDrawerEnabled: true,
399394
},

front_end/core/root/Runtime.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -542,13 +542,6 @@ export interface HostConfigJpegXlImageFormat {
542542
enabled: boolean;
543543
}
544544

545-
export interface HostConfigThirdPartyCookieControls {
546-
thirdPartyCookieRestrictionEnabled: boolean;
547-
thirdPartyCookieMetadataEnabled: boolean;
548-
thirdPartyCookieHeuristicsEnabled: boolean;
549-
managedBlockThirdPartyCookies: string|boolean;
550-
}
551-
552545
export interface HostConfigAiAssistanceV2 {
553546
enabled: boolean;
554547
}
@@ -651,7 +644,6 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
651644
devToolsEnableOriginBoundCookies: HostConfigEnableOriginBoundCookies,
652645
devToolsAnimationStylesInStylesTab: HostConfigAnimationStylesInStylesTab,
653646
devToolsJpegXlImageFormat: HostConfigJpegXlImageFormat,
654-
thirdPartyCookieControls: HostConfigThirdPartyCookieControls,
655647
devToolsAiGeneratedTimelineLabels: AiGeneratedTimelineLabels,
656648
devToolsAllowPopoverForcing: AllowPopoverForcing,
657649
devToolsGlobalAiButton: GlobalAiButton,

0 commit comments

Comments
 (0)