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

Unified Diff: chrome/common/extensions/docs/static/npapi.html

Issue 7778017: Update references to the extension gallery. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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/static/npapi.html
===================================================================
--- chrome/common/extensions/docs/static/npapi.html (revision 98127)
+++ chrome/common/extensions/docs/static/npapi.html (working copy)
@@ -16,8 +16,7 @@
<p>Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way. You should be especially cautious when processing input from untrusted sources, such as when working with <a href="content_scripts.html#security-considerations">content scripts</a> or XMLHttpRequest.
<p>Because of the additional security risks NPAPI poses to users, extensions that use it will require manual review before being accepted in the
-<a href="https://chrome.google.com/webstore">web store</a> or
-<a href="https://chrome.google.com/extensions">extension gallery</a>.
+<a href="https://chrome.google.com/webstore">Chrome Web Store</a>.</p>
<h2>Details</h2>

Powered by Google App Engine
This is Rietveld 408576698