Skip to content

Commit 523c513

Browse files
Kuba MikulskiDevtools-frontend LUCI CQ
authored andcommitted
[TDR] Remove TODOs linked to issue 445966299.
This is an AI-generated dead TODOs removal. Please review to ensure this change is correct. This CL was verified by the CL owner before sending it out. See http://go/dead-todo-removal-agent for more info. The TODO comment requests a refactoring from invoke_getStorageKeyForFrame to invoke_getStorageKey. The associated bug crbug.com/445966299 is 'FIXED', and the fixing CL shows this change was implemented. The code now uses the new method, so the TODO comment is obsolete and describes a completed task. Change-Id: I0586c60c9cee611e62f3d634515d15f8f05ff0b1 Bug: 445966299 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7231686 Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 810e665 commit 523c513

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/core/sdk/ResourceTreeModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export class ResourceTreeModel extends SDKModel<EventTypes> {
105105
return null;
106106
}
107107

108-
// TODO(crbug.com/445966299): Refactor to use `storageAgent().invoke_getStorageKey()` instead.
109108
const response = await this.storageAgent.invoke_getStorageKey({frameId});
110109
if (response.getError() === 'Frame tree node for given frame not found') {
111110
return null;

0 commit comments

Comments
 (0)