| 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 2468df767c4cade1de9b7e5cb36893dcddc1f58c..8fdaae77ac5d153998f9a43d6ded6fae1fb9ef7a 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.h
|
| +++ b/chrome/browser/media/media_stream_devices_controller.h
|
| @@ -52,7 +52,8 @@ class MediaStreamDevicesController {
|
|
|
| // Called by GetAudioDevicePolicy and GetVideoDevicePolicy to check
|
| // the currently set capture device policy.
|
| - DevicePolicy GetDevicePolicy(const char* policy_name) const;
|
| + 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.
|
|
|