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

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

Issue 10912004: Begin adding support for tab mirroring via the MediaStream audio/video capturing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 8 years, 3 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_stream_dispatcher_host.h
diff --git a/content/browser/renderer_host/media/media_stream_dispatcher_host.h b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
index 0c664bda1c4f1ba970ae1df75c42dc7cd374f811..4f46abf943b83c0aa6c411844987c0279b1ccb30 100644
--- a/content/browser/renderer_host/media/media_stream_dispatcher_host.h
+++ b/content/browser/renderer_host/media/media_stream_dispatcher_host.h
@@ -54,6 +54,11 @@ class CONTENT_EXPORT MediaStreamDispatcherHost
int page_request_id,
const StreamOptions& components,
const GURL& security_origin);
+ void OnGenerateStreamForDevice(int render_view_id,
+ int page_request_id,
+ const StreamOptions& components,
+ const std::string& device_id,
+ const GURL& security_origin);
void OnCancelGenerateStream(int render_view_id,
int page_request_id);
void OnStopGeneratedStream(int render_view_id, const std::string& label);

Powered by Google App Engine
This is Rietveld 408576698