diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/templates/intros/webview_tag.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/templates/intros/webview_tag.html b/chrome/common/extensions/docs/templates/intros/webview_tag.html index 27a3352..c9d07b3 100644 --- a/chrome/common/extensions/docs/templates/intros/webview_tag.html +++ b/chrome/common/extensions/docs/templates/intros/webview_tag.html @@ -173,13 +173,13 @@ Consider the following <code>manifest.json</code> snippet: // In addition, any <webview partition="trusted-audio"> or // <webview partition="persist:trusted-audio"> will have access to // ".mp3" files. Note that this is in addition to "local_*.html", - // "*.png", "*.js" above because "trusted-audio" also matches the - // "trusted*" pattern. + // "*.png", "*.js" because "trusted-audio" also matches the "trusted*" + // pattern. { "name": "trusted-audio", "accessible_resources": ["*.mp3"] } - // Webviews in any other partition are denied access to package-local + // Webviews in any other partition are denied access to packaged // resources. ] }</strong> |