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

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

Issue 9565008: Better fullscreen handling for Chrome OS Video Player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698