| Index: tools/json_schema_compiler/test/tabs.json
|
| diff --git a/tools/json_schema_compiler/test/tabs.json b/tools/json_schema_compiler/test/tabs.json
|
| index 0bd6ae672232132eb1297eeaf00bd4c418a3dc92..6095f22cc5228313356ac3d5f67c24116c4c8668 100644
|
| --- a/tools/json_schema_compiler/test/tabs.json
|
| +++ b/tools/json_schema_compiler/test/tabs.json
|
| @@ -1,7 +1,6 @@
|
| [
|
| {
|
| "namespace": "tabs",
|
| - "compile": true,
|
| "types": [
|
| {
|
| "id": "Tab",
|
| @@ -287,6 +286,7 @@
|
| },
|
| {
|
| "name": "highlight",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Highlights the given tabs.",
|
| "parameters": [
|
| @@ -338,6 +338,7 @@
|
| "properties": {
|
| "url": {
|
| "optional": true,
|
| + "type": "string",
|
| "description": "A URL to navigate the tab to."
|
| },
|
| "active": {
|
| @@ -380,6 +381,7 @@
|
| },
|
| {
|
| "name": "move",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Moves one or more tabs to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === \"normal\") windows.",
|
| "parameters": [
|
| @@ -448,6 +450,7 @@
|
| },
|
| {
|
| "name": "remove",
|
| + "nocompile": true,
|
| "type": "function",
|
| "description": "Closes one or more tabs. Note: This function can be used without requesting the 'tabs' permission in the manifest.",
|
| "parameters": [
|
|
|