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

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

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.webNavigation</code> module to receive 3 Use the <code>chrome.webNavigation</code> module to receive
4 notifications about the status of navigations requests in-flight. 4 notifications about the status of navigations requests in-flight.
5 </p> 5 </p>
6 <h2>Manifest</h2> 6 <h2>Manifest</h2>
7 <p> 7 <p>
8 All <code>chrome.webNavigation</code> methods and events require you to declare 8 All <code>chrome.webNavigation</code> methods and events require you to declare
9 the "webNavigation" permission in the <a href="manifest.html">extension 9 the "webNavigation" permission in the <a href="manifest.html">extension
10 manifest</a>. 10 manifest</a>.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 </td> 112 </td>
113 </tr> 113 </tr>
114 <tr> 114 <tr>
115 <td>"from_address_bar"</td> 115 <td>"from_address_bar"</td>
116 <td> 116 <td>
117 The user initiated the navigation from the address bar (aka Omnibox). 117 The user initiated the navigation from the address bar (aka Omnibox).
118 </td> 118 </td>
119 </tr> 119 </tr>
120 </table> 120 </table>
121 <!-- END AUTHORED CONTENT --> 121 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698