Chromium Code Reviews| Index: chrome/common/extensions/docs/static/webRequest.html |
| diff --git a/chrome/common/extensions/docs/static/webRequest.html b/chrome/common/extensions/docs/static/webRequest.html |
| index 9d2b44dd023acadf295cd5ccacce8c802c1d371e..f391374c548e4bffffdc331f45fe5ceee3bff9e0 100644 |
| --- a/chrome/common/extensions/docs/static/webRequest.html |
| +++ b/chrome/common/extensions/docs/static/webRequest.html |
| @@ -195,7 +195,9 @@ explicitly requested.</p> |
| triggered in various dimensions: |
| <dl> |
| <dt>URLs</dt> |
| - <dd>URL patterns like <code>*://www.google.com/foo*bar</code>.</dd> |
| + <dd><a href="match_patterns.html">URL patterns</a> like |
| + <code>*://www.google.com/foo*bar</code>, <code>chrome-extension://*/*</code>. |
|
Aaron Boodman
2011/12/06 06:43:23
I don't think that you should call out chrome-exte
battre
2011/12/06 12:51:35
Done.
|
| + </dd> |
| <dt>Types</dt> |
| <dd>Request types like <code>main_frame</code> (a document that is loaded for |
| a top-level frame), <code>sub_frame</code> (a document that is loaded for an |