Commit ada12e32 authored by David Lei's avatar David Lei Committed by Chromium LUCI CQ

CrOS Media App: Update old TODO.

b/163285796 was a duplicate of b/164613918 which is fixed.

Change-Id: I92141ccb9b03267eb78b482a5db008a59a320b14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589253Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Reviewed-by: default avatarDavid Lei <dlei@google.com>
Commit-Queue: Trent Apted <tapted@chromium.org>
Auto-Submit: David Lei <dlei@google.com>
Cr-Commit-Position: refs/heads/master@{#836538}
parent e11a1c91
...@@ -458,7 +458,7 @@ async function sendFilesToGuest() { ...@@ -458,7 +458,7 @@ async function sendFilesToGuest() {
* @return {!FileContext} * @return {!FileContext}
*/ */
function fileDescriptorToFileContext(fd) { function fileDescriptorToFileContext(fd) {
// TODO(b/163285796): Properly detect files that can't be renamed/deleted. // TODO(b/163285659): Properly detect files that can't be renamed/deleted.
return { return {
token: fd.token, token: fd.token,
file: fd.file, file: fd.file,
......
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