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

Unified Diff: content/browser/renderer_host/media/video_capture_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/video_capture_host.h
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h
index 9669c359c3827f26415d06b26aa99dec1c07ab7b..4ae55e46c86e24b4f1e18e4f35f5af853ecbbe09 100644
--- a/content/browser/renderer_host/media/video_capture_host.h
+++ b/content/browser/renderer_host/media/video_capture_host.h
@@ -16,6 +16,10 @@
#include "content/common/content_export.h"
#include "content/common/video_capture.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class MediaStreamManager;
@@ -31,6 +35,7 @@ class CONTENT_EXPORT VideoCaptureHost
explicit VideoCaptureHost(MediaStreamManager* media_stream_manager);
static void Create(MediaStreamManager* media_stream_manager,
+ const service_manager::BindSourceInfo& source_info,
mojom::VideoCaptureHostRequest request);
~VideoCaptureHost() override;

Powered by Google App Engine
This is Rietveld 408576698