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

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/omnibox.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/intros/omnibox.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/omnibox.html b/chrome/common/extensions/docs/server2/templates/intros/omnibox.html
index d365177e202571d5a761294a507daf339977c087..64887e09b11523612bae090a3632ea626527e096 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/omnibox.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/omnibox.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p>
The omnibox API allows you to register a
keyword with Google Chrome's address bar,
@@ -19,7 +18,6 @@ in response.
<p>
The suggestions can be richly formatted
in a variety of ways.
-<!-- PENDING: for example? (include a mention of method name, maybe show a code snippet) -->
When the user accepts
a suggestion, your extension is notified
and can take action.
@@ -61,5 +59,4 @@ icon, but it is displayed in color.
<h2 id="examples">Examples</h2>
<p>
You can find samples of this API on the
-<a href="samples.html#omnibox">sample page</a>.
-<!-- END AUTHORED CONTENT -->
+<a href="samples.html#omnibox">sample page</a>.

Powered by Google App Engine
This is Rietveld 408576698