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

Unified Diff: chrome/common/extensions/docs/history.html

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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/fileBrowserHandler.html ('k') | chrome/common/extensions/docs/input.ime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/history.html
===================================================================
--- chrome/common/extensions/docs/history.html (revision 151318)
+++ chrome/common/extensions/docs/history.html (working copy)
@@ -241,11 +241,11 @@
<a href="#types">Types</a>
<ol>
<li>
- <a href="#type-HistoryItem">null</a>
+ <a href="#type-history.HistoryItem">HistoryItem</a>
<ol>
</ol>
</li><li>
- <a href="#type-VisitItem">null</a>
+ <a href="#type-history.VisitItem">VisitItem</a>
<ol>
</ol>
</li>
@@ -1173,7 +1173,7 @@
<h4>onVisited</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.history.</span><span>onVisited</span><span class="subdued">.addListener</span>(function(<span>HistoryItem result</span>) <span class="subdued">{...}</span><span></span>);
+ <span class="subdued">chrome.history.</span><span>onVisited</span><span class="subdued">.addListener</span>(function(<span>history.HistoryItem result</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
<p>Fired when a URL is visited, providing the HistoryItem data for that URL. This event fires before the page has loaded.</p>
@@ -1191,7 +1191,7 @@
(
<span id="typeTemplate">
<span>
- <a href="history.html#type-HistoryItem">HistoryItem</a>
+ <a href="history.html#type-history.HistoryItem">history.HistoryItem</a>
</span>
</span>
)
@@ -1223,8 +1223,8 @@
<h3 id="types">Types</h3>
<!-- iterates over all types -->
<div class="apiItem">
- <a name="type-HistoryItem"></a>
- <h4>HistoryItem</h4>
+ <a name="type-history.HistoryItem"></a>
+ <h4>history.HistoryItem</h4>
<div>
<dt>
<em>
@@ -1395,8 +1395,8 @@
<!-- FUNCTION PARAMETERS -->
</div>
</div><div class="apiItem">
- <a name="type-VisitItem"></a>
- <h4>VisitItem</h4>
+ <a name="type-history.VisitItem"></a>
+ <h4>history.VisitItem</h4>
<div>
<dt>
<em>
« no previous file with comments | « chrome/common/extensions/docs/fileBrowserHandler.html ('k') | chrome/common/extensions/docs/input.ime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698