| Index: tools/json_schema_compiler/test/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/tools/json_schema_compiler/test/tabs.json
|
| similarity index 99%
|
| copy from chrome/common/extensions/api/tabs.json
|
| copy to tools/json_schema_compiler/test/tabs.json
|
| index 004b4ce7d193c2841ef502daa76a47fb981a2750..55e2caf354049cb405565eefd136c50c8940767b 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/tools/json_schema_compiler/test/tabs.json
|
| @@ -1,6 +1,7 @@
|
| [
|
| {
|
| "namespace": "tabs",
|
| + "generate": true,
|
| "types": [
|
| {
|
| "id": "Tab",
|
| @@ -61,6 +62,7 @@
|
| },
|
| {
|
| "name": "connect",
|
| + "nogenerate": true,
|
| "type": "function",
|
| "description": "Connects to the content script(s) in the specified tab. The <a href='extension.html#event-onConnect'>chrome.extension.onConnect</a> event is fired in each content script running in the specified tab for the current extension. For more details, see <a href='content_scripts.html#messaging'>Content Script Messaging</a>.",
|
| "parameters": [
|
| @@ -85,6 +87,7 @@
|
| },
|
| {
|
| "name": "sendRequest",
|
| + "nogenerate": true,
|
| "type": "function",
|
| "description": "Sends a single request to the content script(s) in the specified tab, with an optional callback to run when a response is sent back. The <a href='extension.html#event-onRequest'>chrome.extension.onRequest</a> event is fired in each content script running in the specified tab for the current extension.",
|
| "parameters": [
|
|
|