| Index: trunk/src/chrome/common/extensions/api/guest_view_internal.json
|
| ===================================================================
|
| --- trunk/src/chrome/common/extensions/api/guest_view_internal.json (revision 287745)
|
| +++ trunk/src/chrome/common/extensions/api/guest_view_internal.json (working copy)
|
| @@ -9,36 +9,6 @@
|
| "implemented_in": "chrome/browser/extensions/api/guest_view/guest_view_internal_api.h"
|
| },
|
| "description": "none",
|
| - "types": [
|
| - {
|
| - "id": "Size",
|
| - "type": "object",
|
| - "properties": {
|
| - "width": {
|
| - "type": "integer"
|
| - },
|
| - "height": {
|
| - "type": "integer"
|
| - }
|
| - }
|
| - },
|
| - {
|
| - "id": "AutoSizeParams",
|
| - "type": "object",
|
| - "description": "Autosize parameters.",
|
| - "properties": {
|
| - "enableAutoSize": {
|
| - "type": "boolean"
|
| - },
|
| - "min": {
|
| - "$ref": "Size"
|
| - },
|
| - "max": {
|
| - "$ref": "Size"
|
| - }
|
| - }
|
| - }
|
| - ],
|
| "functions": [
|
| {
|
| "name": "createGuest",
|
| @@ -65,21 +35,6 @@
|
| ]
|
| }
|
| ]
|
| - },
|
| - {
|
| - "name": "setAutoSize",
|
| - "type": "function",
|
| - "parameters": [
|
| - {
|
| - "type": "integer",
|
| - "name": "instanceId",
|
| - "description": "The instance ID of the guest <webview> process. This not exposed to developers through the API."
|
| - },
|
| - {
|
| - "$ref": "AutoSizeParams",
|
| - "name": "params"
|
| - }
|
| - ]
|
| }
|
| ]
|
| }
|
|
|