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

Unified Diff: content/renderer/media/media_devices_listener_impl.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/renderer/media/media_devices_listener_impl.h
diff --git a/content/renderer/media/media_devices_listener_impl.h b/content/renderer/media/media_devices_listener_impl.h
index 5198457a6c87620a77e5214a685e5c61e78d24e3..29b05f60966bc52f790322d2c9488c6342248da3 100644
--- a/content/renderer/media/media_devices_listener_impl.h
+++ b/content/renderer/media/media_devices_listener_impl.h
@@ -11,6 +11,10 @@
#include "content/common/media/media_devices.h"
#include "content/common/media/media_devices.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
// This class implements a Mojo object that receives notifications about changes
@@ -19,6 +23,7 @@ class CONTENT_EXPORT MediaDevicesListenerImpl
: public ::mojom::MediaDevicesListener {
public:
static void Create(int render_frame_id,
+ const service_manager::BindSourceInfo& source_info,
::mojom::MediaDevicesListenerRequest request);
explicit MediaDevicesListenerImpl(int render_frame_id);
~MediaDevicesListenerImpl() override;
« no previous file with comments | « content/renderer/image_downloader/image_downloader_impl.cc ('k') | content/renderer/media/media_devices_listener_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698