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

Unified Diff: chrome/common/extensions/docs/browserAction.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/bookmarks.html ('k') | chrome/common/extensions/docs/browsingData.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/browserAction.html
===================================================================
--- chrome/common/extensions/docs/browserAction.html (revision 151318)
+++ chrome/common/extensions/docs/browserAction.html (working copy)
@@ -258,7 +258,7 @@
<a href="#types">Types</a>
<ol>
<li>
- <a href="#type-ColorArray">null</a>
+ <a href="#type-browserAction.ColorArray">ColorArray</a>
<ol>
</ol>
</li>
@@ -871,7 +871,7 @@
(
<span id="typeTemplate">
<span>
- <span>string or ColorArray</span>
+ <span>string or browserAction.ColorArray</span>
</span>
</span>
)
@@ -1393,7 +1393,7 @@
(
<span id="typeTemplate">
<span>
- <a>tabs.Tab</a>
+ <a href="tabs.html#type-tabs.Tab">tabs.Tab</a>
</span>
</span>
)
@@ -1425,8 +1425,8 @@
<h3 id="types">Types</h3>
<!-- iterates over all types -->
<div class="apiItem">
- <a name="type-ColorArray"></a>
- <h4>ColorArray</h4>
+ <a name="type-browserAction.ColorArray"></a>
+ <h4>browserAction.ColorArray</h4>
<div>
<dt>
<em>
« no previous file with comments | « chrome/common/extensions/docs/bookmarks.html ('k') | chrome/common/extensions/docs/browsingData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698