| 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 6bdbde69a76592630f0b14f5f65d060752e9890b..36292a46ba8d0f5ad9da0b8bd4847db0a6bc88d3 100644
|
| --- a/chrome/browser/media/media_stream_devices_controller.h
|
| +++ b/chrome/browser/media/media_stream_devices_controller.h
|
| @@ -102,9 +102,10 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
|
| // Returns true if the origin is a secure scheme, otherwise returns false.
|
| bool IsSchemeSecure() const;
|
|
|
| - // Sets the permission of the origin of the request. This is triggered when
|
| - // the users deny the request or allow the request for https sites.
|
| - void SetPermission(bool allowed) 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.
|
| + void StorePermission(bool allowed) const;
|
|
|
| // Notifies the content setting UI that the media stream access request or
|
| // part of the request is accepted.
|
|
|