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 36292a46ba8d0f5ad9da0b8bd4847db0a6bc88d3..ce414ba9ce56987cbdc0c63922b46e59087c8ee9 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.h |
+++ b/chrome/browser/media/media_stream_devices_controller.h |
@@ -99,9 +99,6 @@ class MediaStreamDevicesController : public PermissionBubbleRequest { |
// |CONTENT_SETTING_BLOCK|, otherwise returns false. |
bool IsDefaultMediaAccessBlocked() const; |
- // Returns true if the origin is a secure scheme, otherwise returns false. |
- bool IsSchemeSecure() const; |
- |
// Store the permission to use media devices for the origin of the request. |
// This is triggered when the users deny the request or allow the request |
// for https sites. |