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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/contextMenus.html

Issue 1124343004: docs: Fix some broken links to samples where the #hash-word is supposed to be a search term. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change TODO owners Created 5 years, 7 months 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 unified diff | Download patch
OLDNEW
1 <h2 id="usage">Usage</h2> 1 <h2 id="usage">Usage</h2>
2 2
3 <p> 3 <p>
4 Context menu items can appear in any document 4 Context menu items can appear in any document
5 (or frame within a document), 5 (or frame within a document),
6 even those with file:// or chrome:// URLs. 6 even those with file:// or chrome:// URLs.
7 To control which documents your items can appear in, 7 To control which documents your items can appear in,
8 specify the documentUrlPatterns field 8 specify the documentUrlPatterns field
9 when you call the create() or update() method. 9 when you call the create() or update() method.
10 </p> 10 </p>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 }, 43 },
44 {{/is_apps}} 44 {{/is_apps}}
45 ... 45 ...
46 } 46 }
47 </pre> 47 </pre>
48 48
49 <h2 id="examples">Examples</h2> 49 <h2 id="examples">Examples</h2>
50 50
51 <p> 51 <p>
52 You can find samples of this API on the 52 You can find samples of this API on the
53 <a href="samples#contextMenus">sample page</a>. 53 <a href="samples#search:contextMenus">sample page</a>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698