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

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

Issue 870573002: Exposed mouselock content setting to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO. 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
« no previous file with comments | « chrome/common/extensions/api/content_settings.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7017892d3d21b838d4b605471fbc06ee37d8beee..35835d244e84bea5064c67920d7864c54cbca757 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
@@ -13,7 +13,8 @@ var default_content_settings = {
"plugins": "allow",
"popups": "block",
"location": "ask",
- "notifications": "ask"
+ "notifications": "ask",
+ "mouselock": "ask",
};
var settings = {
@@ -23,7 +24,8 @@ var settings = {
"plugins": "block",
"popups": "allow",
"location": "block",
- "notifications": "block"
+ "notifications": "block",
+ "mouselock": "block"
};
Object.prototype.forEach = function(f) {
« no previous file with comments | « chrome/common/extensions/api/content_settings.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698