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

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

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . 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/media_devices_dispatcher_host.h
diff --git a/content/browser/renderer_host/media/media_devices_dispatcher_host.h b/content/browser/renderer_host/media/media_devices_dispatcher_host.h
index 0085491466dece1ccebb95dab2ef153b64fed6d8..fd06fed511d7f8670c86e7007241cbc61d31e352 100644
--- a/content/browser/renderer_host/media/media_devices_dispatcher_host.h
+++ b/content/browser/renderer_host/media/media_devices_dispatcher_host.h
@@ -18,6 +18,10 @@
using ::mojom::MediaDeviceType;
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace url {
class Origin;
}
@@ -40,6 +44,7 @@ class CONTENT_EXPORT MediaDevicesDispatcherHost
int render_frame_id,
const std::string& device_id_salt,
MediaStreamManager* media_stream_manager,
+ const service_manager::BindSourceInfo& source_info,
::mojom::MediaDevicesDispatcherHostRequest request);
// ::mojom::MediaDevicesDispatcherHost implementation.

Powered by Google App Engine
This is Rietveld 408576698