Commit a98a867a authored by Austin Sullivan's avatar Austin Sullivan Committed by Chromium LUCI CQ

Update comment in file_system_access_write_item.h

PerformSafeBrowsingWriteChecks -> PerformAfterWriteChecks

The method was renamed a while back.

Bug: N/A
Change-Id: I44c8e13e467e17c98cdbb5cea9b50e9195e08fc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618496
Commit-Queue: Austin Sullivan <asully@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843366}
parent b541ae90
...@@ -45,7 +45,7 @@ struct CONTENT_EXPORT FileSystemAccessWriteItem { ...@@ -45,7 +45,7 @@ struct CONTENT_EXPORT FileSystemAccessWriteItem {
// BrowserContext and WebContents the writer is associated with. These fields // BrowserContext and WebContents the writer is associated with. These fields
// can be nullptr when calling // can be nullptr when calling
// FileSystemAccessPermissionContext::PerformSafeBrowsingChecks(), in which // FileSystemAccessPermissionContext::PerformAfterWriteChecks(), in which
// case they will be filled by that method. // case they will be filled by that method.
WebContents* web_contents = nullptr; WebContents* web_contents = nullptr;
BrowserContext* browser_context = nullptr; BrowserContext* browser_context = nullptr;
......
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