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

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

Issue 8800006: Support chrome-extension:// scheme in URLPattern. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge issues in unit tests 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
« no previous file with comments | « chrome/common/extensions/docs/static/webRequest.html ('k') | chrome/common/extensions/url_pattern.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/webRequest.html
diff --git a/chrome/common/extensions/docs/webRequest.html b/chrome/common/extensions/docs/webRequest.html
index cb3f7a299dfe816bf69fdbbecbfd2afae72b72fc..efd337e924bff1b289d3cf0c66c5e17652aedc39 100644
--- a/chrome/common/extensions/docs/webRequest.html
+++ b/chrome/common/extensions/docs/webRequest.html
@@ -668,7 +668,8 @@ explicitly requested.</p>
triggered in various dimensions:
</p><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>.</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
« no previous file with comments | « chrome/common/extensions/docs/static/webRequest.html ('k') | chrome/common/extensions/url_pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698