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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests pass, docs are updated, it's g2g I think Created 8 years, 7 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
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>
)

Powered by Google App Engine
This is Rietveld 408576698