| Index: chrome/common/extensions/api/fileBrowserPrivate.json
|
| diff --git a/chrome/common/extensions/api/fileBrowserPrivate.json b/chrome/common/extensions/api/fileBrowserPrivate.json
|
| index a7f12289ddea465366871dc4fe4cc87818f4cc1f..e2bfe2d23fbe60b64e5a6949e22cbab1a5fa1df8 100644
|
| --- a/chrome/common/extensions/api/fileBrowserPrivate.json
|
| +++ b/chrome/common/extensions/api/fileBrowserPrivate.json
|
| @@ -536,6 +536,29 @@
|
| "description": "Device's mount path."
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "toggleFullscreen",
|
| + "description": "Switches fullscreen mode on/off for the File Browser.",
|
| + "parameters": []
|
| + },
|
| + {
|
| + "name": "isFullscreen",
|
| + "description": "Checks if the browser is in fullscreen mode.",
|
| + "parameters": [
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "optional": false,
|
| + "parameters": [
|
| + {
|
| + "name" : "result",
|
| + "type": "boolean",
|
| + "description": "Whether the browser is in fullscreen mode."
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| }
|
| ],
|
| "events": [
|
|
|