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

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

Issue 925303003: Revert of Expose microphone content setting to 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 228507c9f3e4ef7c930de0d0b67a6e895b2c47d2..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
@@ -15,7 +15,6 @@
"location": "ask",
"notifications": "ask",
"mouselock": "ask",
- "microphone": "ask",
};
var settings = {
@@ -26,8 +25,7 @@
"popups": "allow",
"location": "block",
"notifications": "block",
- "mouselock": "block",
- "microphone": "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