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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_helpers.cc

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
Index: chrome/browser/extensions/api/content_settings/content_settings_helpers.cc
diff --git a/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc b/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc
index 8ae47301fe7211e1d246f128822863f8a44b1a00..8ae97b154d1d212078cd47cbf389c8e3a97bf197 100644
--- a/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc
+++ b/chrome/browser/extensions/api/content_settings/content_settings_helpers.cc
@@ -30,8 +30,7 @@
"mouselock",
"mixed-script",
"media-stream",
- "media-stream-mic",
- "media-stream-camera"
+ "media-stream-mic"
};
// TODO(msramek): Assert that |kContentSettingsTypeNames| is synced with

Powered by Google App Engine
This is Rietveld 408576698