| Index: content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h
|
| diff --git a/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h b/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h
|
| index e34682d0430efcf7238d97b58749a9e3aba21405..fbc8341016bb02be9fbf1c3fa347e63313be83f8 100644
|
| --- a/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h
|
| +++ b/content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h
|
| @@ -38,20 +38,20 @@ class CONTENT_EXPORT RenderFrameAudioOutputStreamFactory
|
| media::mojom::AudioOutputStreamProviderRequest stream_provider,
|
| int64_t session_id,
|
| const std::string& device_id,
|
| - const RequestDeviceAuthorizationCallback& callback) override;
|
| + RequestDeviceAuthorizationCallback callback) override;
|
|
|
| void RequestDeviceAuthorizationForOrigin(
|
| base::TimeTicks auth_start_time,
|
| media::mojom::AudioOutputStreamProviderRequest stream_provider_request,
|
| int session_id,
|
| const std::string& device_id,
|
| - const RequestDeviceAuthorizationCallback& callback,
|
| + RequestDeviceAuthorizationCallback callback,
|
| const url::Origin& origin);
|
|
|
| void AuthorizationCompleted(
|
| base::TimeTicks auth_start_time,
|
| media::mojom::AudioOutputStreamProviderRequest request,
|
| - const RequestDeviceAuthorizationCallback& callback,
|
| + RequestDeviceAuthorizationCallback callback,
|
| const url::Origin& origin,
|
| media::OutputDeviceStatus status,
|
| bool should_send_id,
|
|
|