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

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

Issue 7809008: Merge 98889 - Update references to the extension gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/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
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/packaging.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/npapi.html
===================================================================
--- chrome/common/extensions/docs/npapi.html (revision 98889)
+++ chrome/common/extensions/docs/npapi.html (working copy)
@@ -330,10 +330,9 @@
</p><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><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>
-</p><h2>Details</h2>
+<h2>Details</h2>
<p>
How to develop an NPAPI plugin is outside the scope of this document.
« no previous file with comments | « chrome/common/extensions/docs/manifest.html ('k') | chrome/common/extensions/docs/packaging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698