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

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

Issue 933273002: Revert of Expose camera settings to the extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 c2237d3e1c414c6a5301505d981543e0cefed8ad..228507c9f3e4ef7c930de0d0b67a6e895b2c47d2 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
@@ -16,7 +16,6 @@
"notifications": "ask",
"mouselock": "ask",
"microphone": "ask",
- "camera": "ask",
};
var settings = {
@@ -28,8 +27,7 @@
"location": "block",
"notifications": "block",
"mouselock": "block",
- "microphone": "block",
- "camera": "block"
+ "microphone": "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