Commit b203a35a authored by Marijn Kruisselbrink's avatar Marijn Kruisselbrink Committed by Commit Bot

[NativeFS] Change settings exceptions site list to read only.

Actually being able to add/edit the list of blocked sites (other than removing
existing blocks) from chrome://settings/content/filesystem behaves weirdly
and doesn't actually match what other settings are doing. So instead use
a read-only list.

Bug: 999753, 999754
Change-Id: Ic06129dcaeda380cc734154dbf6926fb19618968
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1779577Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692874}
parent 3f6d0579
...@@ -567,6 +567,7 @@ ...@@ -567,6 +567,7 @@
</category-default-setting> </category-default-setting>
<category-setting-exceptions <category-setting-exceptions
category="{{ContentSettingsTypes.NATIVE_FILE_SYSTEM_WRITE}}" category="{{ContentSettingsTypes.NATIVE_FILE_SYSTEM_WRITE}}"
read-only-list
block-header="$i18n{siteSettingsBlock}" block-header="$i18n{siteSettingsBlock}"
search-filter="[[searchFilter_]]"> search-filter="[[searchFilter_]]">
</category-setting-exceptions> </category-setting-exceptions>
......
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