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

Unified Diff: chrome/test/data/extensions/api_test/content_settings/standard/test.js

Issue 893543003: Expose the "Fullscreen" content setting to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over 889893002, added a test. Created 5 years, 11 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/content_settings/standard/test.js
diff --git a/chrome/test/data/extensions/api_test/content_settings/standard/test.js b/chrome/test/data/extensions/api_test/content_settings/standard/test.js
index c2237d3e1c414c6a5301505d981543e0cefed8ad..f8b7b70dc87bb8a0cd8296ded8a23b13f31c520a 100644
--- a/chrome/test/data/extensions/api_test/content_settings/standard/test.js
+++ b/chrome/test/data/extensions/api_test/content_settings/standard/test.js
@@ -14,6 +14,7 @@ var default_content_settings = {
"popups": "block",
"location": "ask",
"notifications": "ask",
+ "fullscreen": "ask",
"mouselock": "ask",
"microphone": "ask",
"camera": "ask",
@@ -27,6 +28,7 @@ var settings = {
"popups": "allow",
"location": "block",
"notifications": "block",
+ "fullscreen": "allow",
"mouselock": "block",
"microphone": "block",
"camera": "block"

Powered by Google App Engine
This is Rietveld 408576698