Index: chrome/common/extensions/api/content_settings.json |
diff --git a/chrome/common/extensions/api/content_settings.json b/chrome/common/extensions/api/content_settings.json |
index 126e7ee2b329f8ca1ae974d8ea3928f6977c1be2..f74e5c143aa0396fa1f86b90142485517f4e61c0 100644 |
--- a/chrome/common/extensions/api/content_settings.json |
+++ b/chrome/common/extensions/api/content_settings.json |
@@ -244,14 +244,6 @@ |
"media-stream-mic", |
{"type":"string", "enum": ["allow", "block", "ask"]} |
] |
- }, |
- "camera": { |
- "$ref": "ContentSetting", |
- "description": "Whether to allow sites to access the camera. One of <br><var>allow</var>: Allow sites to access the camera,<br><var>block</var>: Don't allow sites to access the camera,<br><var>ask</var>: Ask when a site wants to access the camera. <br>Default is <var>ask</var>.<br>The primary URL is the URL of the document which requested camera access. The secondary URL is not used.", |
- "value": [ |
- "media-stream-camera", |
- {"type":"string", "enum": ["allow", "block", "ask"]} |
- ] |
} |
} |
} |