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

Unified Diff: chrome/common/extensions/api/extension_api.json

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/browser/extensions/extension_browsertests_misc.cc ('k') | chrome/common/extensions/docs/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 18da839215193c49ee2df2df7f1ba50648eb6a2c..fa1b1f98f15755b5578207665ebb28a2b06d420c 100755
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -118,7 +118,7 @@
}
},
{
- "name": "getTabContentses",
+ "name": "getExtensionTabs",
"type": "function",
"description": "Returns an array of the global JavaScript objects for each of the tab contents views running inside the current extension. If windowId is specified, returns only the tab contentses attached to the specified window.",
"parameters": [
« no previous file with comments | « chrome/browser/extensions/extension_browsertests_misc.cc ('k') | chrome/common/extensions/docs/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698