Index: chrome/browser/media/media_stream_devices_controller.h |
diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h |
index 01e68492e00048f931d6047c6d89d233d3909aa3..54a1e38742dd34878c7ba20f4f00eee47506cc30 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.h |
+++ b/chrome/browser/media/media_stream_devices_controller.h |
@@ -84,17 +84,6 @@ class MediaStreamDevicesController : public PermissionBubbleRequest { |
virtual void RequestFinished() OVERRIDE; |
private: |
- enum DevicePolicy { |
- POLICY_NOT_SET, |
- ALWAYS_DENY, |
- ALWAYS_ALLOW, |
- }; |
- |
- // Called by GetAudioDevicePolicy and GetVideoDevicePolicy to check |
- // the currently set capture device policy. |
- DevicePolicy GetDevicePolicy(const char* policy_name, |
- const char* whitelist_policy_name) const; |
- |
// Returns true if the origin of the request has been granted the media |
// access before, otherwise returns false. |
bool IsRequestAllowedByDefault() const; |