Chromium Code Reviews| 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"> |