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

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

Issue 10825094: Use manifest version 2 for font settings sample extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/manifest.html
diff --git a/chrome/common/extensions/docs/extensions/manifest.html b/chrome/common/extensions/docs/extensions/manifest.html
index 0e181a6e08f43ec31646cadcae78b6356a079b90..e089350a20fcaf9942e46e4482a4db4c120fc697 100644
--- a/chrome/common/extensions/docs/extensions/manifest.html
+++ b/chrome/common/extensions/docs/extensions/manifest.html
@@ -981,9 +981,10 @@ direct access to non-sandboxed pages (it may communicate with them via
<code>postMessage()</code>).</li>
<li>
<p>A sandboxed page is not subject to the
- <a href="../extensions/contentSecurityPolicy.html">Content Security Policy (CSP)</a> used
- by the rest of the app or extension (it has its own separate CSP value). This
- means that, for example, it can use inline script and <code>eval</code>.</p>
+ <a href="../extensions/contentSecurityPolicy.html">Content Security Policy
+ (CSP)</a> used by the rest of the app or extension (it has its own separate
+ CSP value). This means that, for example, it can use inline script and
+ <code>eval</code>.</p>
<p>For example, here's how to specify that two extension pages are to be
served in a sandbox with a custom CSP:</p>
<pre>{
@@ -1020,7 +1021,8 @@ that embeds them.
<a href="sandboxingEval.html">"Using eval in Chrome Extensions. Safely."</a>
goes into more detail about implementing a sandboxing workflow that enables use
of libraries that would otherwise have issues executing under extension's
-<a href="../extensions/contentSecurityPolicy.html">default Content Security Policy</a>.
+<a href="../extensions/contentSecurityPolicy.html">default Content Security
+Policy</a>.
</p>
<p>
Sandboxed page may only be specified when using

Powered by Google App Engine
This is Rietveld 408576698