Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(868)

Unified Diff: content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698