Commit 7921826c authored by Sergei Datsenko's avatar Sergei Datsenko Committed by Commit Bot

Update comment in FileSystemFileUtil

Bug: 948446
Change-Id: Iea4d98b54b20960126f96d17ba8cfa34562f902c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707134
Auto-Submit: Sergei Datsenko <dats@chromium.org>
Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678575}
parent 191724c3
...@@ -98,7 +98,8 @@ class COMPONENT_EXPORT(STORAGE_BROWSER) FileSystemFileUtil { ...@@ -98,7 +98,8 @@ class COMPONENT_EXPORT(STORAGE_BROWSER) FileSystemFileUtil {
// current call returns to the main FILE message loop. // current call returns to the main FILE message loop.
// //
// The supplied context must remain valid at least lifetime of the enumerator // The supplied context must remain valid at least lifetime of the enumerator
// instance. // instance. |this| must remain valid through the lifetime of the created
// enumerator instance.
virtual std::unique_ptr<AbstractFileEnumerator> CreateFileEnumerator( virtual std::unique_ptr<AbstractFileEnumerator> CreateFileEnumerator(
FileSystemOperationContext* context, FileSystemOperationContext* context,
const FileSystemURL& root_url, const FileSystemURL& root_url,
......
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