[Native File System] Page Info for Write Perm.
This change adds an entry for the Native File System API write
permission in the Page Info dialog box. This permission controls whether
the current site is allowed to ask for permission to save changes to the
original file that was selected by the user through the API.
Bug: 983726
Change-Id: I5e61d6a899b6ca09d9c8108cdc7239d0acb87152
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718353
Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <[email protected]>
Reviewed-by: Balazs Engedy <[email protected]>
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/master@{#683590}
diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp
index 9a434e2..532169e3 100644
--- a/components/page_info_strings.grdp
+++ b/components/page_info_strings.grdp
@@ -270,6 +270,9 @@
<message name="IDS_PAGE_INFO_TYPE_SERIAL" desc="The label used for the serial port permission controls in the Page Info popup.">
Serial ports
</message>
+ <message name="IDS_PAGE_INFO_TYPE_NATIVE_FILE_SYSTEM_WRITE" desc="The label used for the native file system write permission controls in the Page Info popup. The write permission determines whether sites are allowed to save to the original file that was selected by the user through the Native File System API.">
+ Files on device
+ </message>
<message name="IDS_PAGE_INFO_TYPE_BLUETOOTH_SCANNING" desc="The label used for the Bluetooth scanning controls in the Page Info popup.">
Bluetooth scanning
</message>