| Index: chrome/common/extensions/docs/browserAction.html
|
| diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html
|
| index 21473299cf00966ec05704a2757f0fdd19fdf46d..282d0d3f9d8904c45f7db737a68e21a5e2472c9f 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>
|
| )
|
|
|