Index: chrome/common/extensions/docs/browserAction.html |
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html |
index 7a2c5b1469edfc8bb1934e0a9558e486b21df5bb..341ef275df500631bce1c638ac1b42c899873826 100644 |
--- a/chrome/common/extensions/docs/browserAction.html |
+++ b/chrome/common/extensions/docs/browserAction.html |
@@ -1502,7 +1502,7 @@ For other examples and for help in viewing the source code, see |
<h4>onClicked</h4> |
<div class="summary"> |
<!-- Note: intentionally longer 80 columns --> |
- <span class="subdued">chrome.browserAction.</span><span>onClicked</span><span class="subdued">.addListener</span>(function(<span>Tab tab</span>) <span class="subdued">{...}</span><span></span>); |
+ <span class="subdued">chrome.browserAction.</span><span>onClicked</span><span class="subdued">.addListener</span>(function(<span>tabs.Tab tab</span>) <span class="subdued">{...}</span><span></span>); |
</div> |
<div class="description"> |
<p>Fired when a browser action icon is clicked. This event will not fire if the browser action has a popup.</p> |
@@ -1520,7 +1520,7 @@ For other examples and for help in viewing the source code, see |
( |
<span id="typeTemplate"> |
<span> |
- <a href="tabs.html#type-Tab">Tab</a> |
+ <a>tabs.Tab</a> |
</span> |
</span> |
) |