From 7b66d17ddf52e905b6028305776895d530478b0b Mon Sep 17 00:00:00 2001 From: "markdittmer@chromium.org" Date: Thu, 5 Jun 2014 19:55:45 +0000 Subject: Fix two awkward wordings that were missed in review of Issue 308903002 (committed as 274668) Review URL: https://codereview.chromium.org/313873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275224 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/templates/intros/webview_tag.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/common') 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 manifest.json 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. ] } -- cgit v1.1