| Index: chrome/browser/media/media_stream_device_permissions.h
|
| diff --git a/chrome/browser/media/media_stream_device_permissions.h b/chrome/browser/media/media_stream_device_permissions.h
|
| index cd24479df75f36e99fe3d6276c51ac050a8b7700..f92609c370a029d38b6ab2c61d141553c0bf579a 100644
|
| --- a/chrome/browser/media/media_stream_device_permissions.h
|
| +++ b/chrome/browser/media/media_stream_device_permissions.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_MEDIA_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
| #define CHROME_BROWSER_MEDIA_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
|
|
| +#include "components/content_settings/core/common/content_settings_types.h"
|
| +
|
| class GURL;
|
| class Profile;
|
|
|
| @@ -17,7 +19,8 @@ enum MediaStreamDevicePolicy {
|
| // Returns true if security origin is from internal objects like
|
| // chrome://URLs, otherwise returns false.
|
| bool CheckAllowAllMediaStreamContentForOrigin(Profile* profile,
|
| - const GURL& security_origin);
|
| + const GURL& security_origin,
|
| + ContentSettingsType type);
|
|
|
| // Get the device policy for |security_origin| and |profile|.
|
| MediaStreamDevicePolicy GetDevicePolicy(Profile* profile,
|
|
|