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 fd53d3076a95c9d219c2b92eef6643e7fe521372..b8c46689097efdd31fd897c84bb82ecadead5cab 100644 |
--- a/chrome/browser/media/media_stream_devices_controller.h |
+++ b/chrome/browser/media/media_stream_devices_controller.h |
@@ -34,7 +34,8 @@ class MediaStreamDevicesController : public PermissionBubbleRequest { |
// Registers the prefs backing the audio and video policies. |
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
- // Public methods to be called by MediaStreamInfoBarDelegate; |
+ bool IsAllowedForAudio() const; |
+ bool IsAllowedForVideo() const; |
bool IsAskingForAudio() const; |
bool IsAskingForVideo() const; |
const std::string& GetSecurityOriginSpec() const; |