Remove camera and microphone settings from the extensions API.
commit16991f7d102f1c2327587258eabd5e46fc362ec0
authormsramek <msramek@chromium.org>
Thu, 5 Mar 2015 18:20:30 +0000 (5 10:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Mar 2015 18:21:25 +0000 (5 18:21 +0000)
treeed522da58cd0b05daa23c3cd9407c5b5992b333c
parentaab7aa9fb1703f5f36737dc05c3365a6c346a554
Remove camera and microphone settings from the extensions API.

These were added in CLs 880223002 and 889893002.
Automatic revert in CLs 925303003 and 933273002 didn't work due to the way how kContentSettingsTypeNames in content_settings_helpers.cc works - we cannot remove an entry from the middle of the list.

Reason for revert:
Setting the camera and microphone default content settings currently cannot be shown in the UI and will not work exactly the way an app developer might expect it to (due to interference with the MEDIASTREAM content setting).

Reverting this patch until the UI is ready.

BUG=464410

Review URL: https://codereview.chromium.org/938513004

Cr-Commit-Position: refs/heads/master@{#319286}
chrome/browser/extensions/api/content_settings/content_settings_apitest.cc
chrome/common/extensions/api/content_settings.json
chrome/test/data/extensions/api_test/content_settings/standard/test.js