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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/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/server2/templates/articles/xhr.html
diff --git a/chrome/common/extensions/docs/server2/templates/articles/xhr.html b/chrome/common/extensions/docs/server2/templates/articles/xhr.html
index 4e25240497e6360304fe476391b8b2dd19a1fc4f..9dd315075583cdac78174196539a3b2d36cf7ed7 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/xhr.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/xhr.html
@@ -11,17 +11,6 @@ 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