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

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

Issue 339041: Rename getTabContentses to getExtensionTabs. (Closed)
Patch Set: Update docs Created 11 years, 2 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/README.txt ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/extension.html
diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html
index c74cfe6eda658b07039db4fef203108bbde5e5d4..3b55e9a0fe4e6e082b86041c6e26612197bfbeff 100644
--- a/chrome/common/extensions/docs/extension.html
+++ b/chrome/common/extensions/docs/extension.html
@@ -188,7 +188,7 @@
</li><li jsinstance="1">
<a href="#method-getBackgroundPage">getBackgroundPage</a>
</li><li jsinstance="2">
- <a href="#method-getTabContentses">getTabContentses</a>
+ <a href="#method-getExtensionTabs">getExtensionTabs</a>
</li><li jsinstance="3">
<a href="#method-getToolstrips">getToolstrips</a>
</li><li jsinstance="4">
@@ -677,12 +677,12 @@ For details, see
</div> <!-- /description -->
</div><div class="apiItem" jsinstance="2">
- <a name="method-getTabContentses"></a> <!-- method-anchor -->
- <h4>getTabContentses</h4>
+ <a name="method-getExtensionTabs"></a> <!-- method-anchor -->
+ <h4>getExtensionTabs</h4>
<div class="summary"><span>array of object</span>
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.extension.getTabContentses</span>(<span jsinstance="*0" class="optional"><span style="display: none; ">, </span><span>integer</span>
+ <span>chrome.extension.getExtensionTabs</span>(<span jsinstance="*0" class="optional"><span style="display: none; ">, </span><span>integer</span>
<var><span>windowId</span></var></span>)</div>
<div class="description">
« no previous file with comments | « chrome/common/extensions/docs/README.txt ('k') | chrome/renderer/resources/extension_process_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698