Skip to content

Commit

Permalink
boca: Enable boca webui to access content settings API.
Browse files Browse the repository at this point in the history
doc: http://shortn/_nrwyDO2P6E
Bug: b:366312538
Change-Id: Ib45acc0ec6529ce53ac1f0281b6627ef0ecb5fe9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5858615
Commit-Queue: April Zhou <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1355401}
  • Loading branch information
zhouyuzhe authored and Chromium LUCI CQ committed Sep 13, 2024
1 parent dbb6774 commit 53d194c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions chrome/common/extensions/api/_api_features.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,21 @@
"dependencies": ["manifest:commands"],
"contexts": ["privileged_extension"]
},
"contentSettings": {
"contentSettings": [{
"dependencies": ["permission:contentSettings"],
"contexts": ["privileged_extension"]
},
"contexts": [
"privileged_extension"
],
"default_parent": true
},{
"channel": "stable",
"contexts": [
"webui_untrusted"
],
"matches": [
"chrome-untrusted://boca-app/*"
]
}],
"contentSettings.clipboard": {
"feature_flag": "ApiContentSettingsClipboard"
},
Expand Down

0 comments on commit 53d194c

Please sign in to comment.