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

Unified Diff: chrome/common/extensions/docs/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/manifest.html
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index f79bc29b8620e2a2d58552354efe3d6c767c1bea..46b94c452aa140f97f9a1fe52dc917c2d11d9faf 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -788,7 +788,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.
</td>
</tr>
<tr id="bg">

Powered by Google App Engine
This is Rietveld 408576698