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

Unified Diff: chrome/common/extensions/docs/static/devguide.html

Issue 1783012: Cleanup pass. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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
« no previous file with comments | « chrome/common/extensions/docs/packaging.html ('k') | chrome/common/extensions/docs/static/packaging.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/devguide.html
===================================================================
--- chrome/common/extensions/docs/static/devguide.html (revision 45934)
+++ chrome/common/extensions/docs/static/devguide.html (working copy)
@@ -50,8 +50,8 @@
<td> Detect when something interesting happens </td>
</tr>
<tr>
- <td> <a href="i18n.html">I18n</a> </td>
- <td> Deal with language and locale </td>
+ <td> <a href="history.html">History</a> </td>
+ <td> Interact with the browser's record of visited pages </td>
</tr>
<tr>
<td> <a href="tabs.html">Tabs</a> </td>
@@ -81,6 +81,10 @@
<td> Use XMLHttpRequest to send and receive data from remote servers </td>
</tr>
<tr>
+ <td> <a href="i18n.html">Internationalization</a> </td>
+ <td> Deal with language and locale </td>
+ </tr>
+ <tr>
<td> <a href="messaging.html">Message&nbsp;Passing</a> </td>
<td> Communicate from a content script to its parent extension,
or vice versa</td>
@@ -101,6 +105,10 @@
<td> Update extensions automatically </td>
</tr>
<tr>
+ <td> <a href="external_extensions.html">External Extensions</a> </td>
+ <td> Install extensions automatically </td>
+ </tr>
+ <tr>
<td> <a href="hosting.html">Hosting</a> </td>
<td> Host extensions on your own servers </td>
</tr>
« no previous file with comments | « chrome/common/extensions/docs/packaging.html ('k') | chrome/common/extensions/docs/static/packaging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698