| 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 3becc1d19c7bd93ea4fe977c4a6045446f1f766e..70834d9343f8870a09d98d0771effcd057e3244b 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.h
|
| +++ b/chrome/browser/media/media_stream_devices_controller.h
|
| @@ -39,6 +39,7 @@ class MediaStreamDevicesController : public PermissionRequest {
|
| bool IsAllowedForVideo() const;
|
| bool IsAskingForAudio() const;
|
| bool IsAskingForVideo() const;
|
| + bool IsAskingForScreenCapture() const;
|
| base::string16 GetMessageText() const;
|
|
|
| // Forces the permissions to be denied (without being persisted) regardless
|
|
|