Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: chrome/common/extensions/docs/extensions/xhr.html

Issue 10826261: Extension Docs: Remove out dated version notes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/extensions/xhr.html
diff --git a/chrome/common/extensions/docs/extensions/xhr.html b/chrome/common/extensions/docs/extensions/xhr.html
index 5c2aed60c3d57d562774cff692537017d14576d5..f41c3980b492eb5a394de41bcbcca89ad8fe207b 100644
--- a/chrome/common/extensions/docs/extensions/xhr.html
+++ b/chrome/common/extensions/docs/extensions/xhr.html
@@ -205,16 +205,6 @@ but they're limited by the
Extensions aren't so limited.
An extension can talk to remote servers outside of its origin,
as long as it first requests cross-origin permissions.</p>
-<p class="note">
-<b>Version note:</b>
-As of Chrome 13,
-content scripts can make cross-origin requests
-to the same servers as the rest of the extension.
-Before Chrome 13, a content script couldn't directly make requests;
-instead, it had to
-send a message to its parent extension
-asking the extension to make a cross-origin request.
-</p>
<h2 id="extension-origin">Extension origin</h2>
<p>Each running extension exists within its own separate security origin. Without
requesting additional privileges, the extension can use

Powered by Google App Engine
This is Rietveld 408576698