diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 19:42:02 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 19:42:02 +0000 |
commit | f09ef6740a2d3342dd41796e01916957d20b6586 (patch) | |
tree | 7b4134169406e6d597715569fa12cf2e664c2dd9 /chrome/common/extensions/docs/static/xhr.html | |
parent | e678ffd499185578b5db6a7eec866d447ae7918c (diff) | |
download | chromium_src-f09ef6740a2d3342dd41796e01916957d20b6586.zip chromium_src-f09ef6740a2d3342dd41796e01916957d20b6586.tar.gz chromium_src-f09ef6740a2d3342dd41796e01916957d20b6586.tar.bz2 |
Modify the template to add analytics to all extension docs.
Besides the usual code.google.com analytics, there's also
an account for just Chrome-related docs.
Also deleted some end-of-line spaces to avoid presubmit errors.
TBR=rafaelw
Review URL: http://codereview.chromium.org/209067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/xhr.html')
-rwxr-xr-x | chrome/common/extensions/docs/static/xhr.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/xhr.html b/chrome/common/extensions/docs/static/xhr.html index 6902f2a..3a10dc8 100755 --- a/chrome/common/extensions/docs/static/xhr.html +++ b/chrome/common/extensions/docs/static/xhr.html @@ -35,8 +35,8 @@ unless the extension has requested the appropriate cross-origin permissions. <h2 id="requesting-permission">Requesting cross-origin permissions</h2> <p>By adding hosts or host match patterns (or both) to the -<a href="manifest.html#permissions">permissions<a> section of the -<a href="manifest.html">manifest</a> file, the extension can request access to +<a href="manifest.html#permissions">permissions</a> section of the +<a href="manifest.html">manifest</a> file, the extension can request access to remote servers outside of its origin.</p> <pre>"permissions": [ |