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

Unified Diff: chrome/test/data/extensions/api_test/fullscreen/has_permission/manifest.json

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Prune back to just apps Created 7 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
Index: chrome/test/data/extensions/api_test/fullscreen/has_permission/manifest.json
diff --git a/chrome/test/data/extensions/api_test/fullscreen/has_permission/manifest.json b/chrome/test/data/extensions/api_test/fullscreen/has_permission/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2a8375e72865a2990fd6b9e75ee9bb086edcccca
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/fullscreen/has_permission/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "fullscreen access apitest, has permission",
+ "description": "tests fullscreen is accessible from this app",
+ "version": "1",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "permissions": [ "fullscreen" ]
+}

Powered by Google App Engine
This is Rietveld 408576698