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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/omnibox.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: revert wrong mappy link update 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 <p> 1 <p>
2 <img src="{{static}}/images/omnibox.png" width="300" height="150" 2 <img src="{{static}}/images/omnibox.png" width="300" height="150"
3 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/> 3 alt="A screenshot showing suggestions related to the keyword 'Chromium Search' "/>
4 </p> 4 </p>
5 5
6 <p> 6 <p>
7 When the user enters your extension's 7 When the user enters your extension's
8 keyword, the user starts 8 keyword, the user starts
9 interacting solely with your extension. 9 interacting solely with your extension.
10 Each keystroke is sent to your 10 Each keystroke is sent to your
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 For example, the <a href="contextMenus" 61 For example, the <a href="contextMenus"
62 >context menus API</a> also uses a 16x16-pixel 62 >context menus API</a> also uses a 16x16-pixel
63 icon, but it is displayed in color. 63 icon, but it is displayed in color.
64 </p> 64 </p>
65 65
66 66
67 <h2 id="examples">Examples</h2> 67 <h2 id="examples">Examples</h2>
68 68
69 <p> 69 <p>
70 You can find samples of this API on the 70 You can find samples of this API on the
71 <a href="samples#omnibox">sample page</a>. 71 <a href="samples#search:omnibox">sample page</a>.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698