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

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

Issue 8800006: Support chrome-extension:// scheme in URLPattern. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved documentation Created 9 years 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/manifest.html
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 19fdbdc67fbf56c5e60770b2c0a52ee2111441c3..c3b79d9778f05db4d51160d3b7c8e0f1e3bd21d2 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -431,7 +431,8 @@ table.
<a href="content_scripts.html#pi">programmatically injected
content scripts</a>, and <a href="cookies.html">the cookies API</a>
require host permissions. For details on the syntax, see
- <a href="match_patterns.html">Match Patterns</a>.
+ <a href="match_patterns.html">Match Patterns</a>. You cannot use
+ the chrome-extension:// scheme in match patterns for host permissions.
Aaron Boodman 2011/12/09 16:28:25 This line isn't necessary.
battre 2011/12/09 17:07:51 Done.
</td>
</tr>
<tr id="bg">

Powered by Google App Engine
This is Rietveld 408576698