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

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

Issue 11446042: Make sure that all OpenDevice requests are scrutinized against the audio and video policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again... Created 8 years 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_ui_controller.h
diff --git a/content/browser/renderer_host/media/media_stream_ui_controller.h b/content/browser/renderer_host/media/media_stream_ui_controller.h
index 26777a5ca70a1d62a1b30808fff67fe7572ea750..1d0cf001a9a364edca101ebede31c516429ad366 100644
--- a/content/browser/renderer_host/media/media_stream_ui_controller.h
+++ b/content/browser/renderer_host/media/media_stream_ui_controller.h
@@ -44,7 +44,8 @@ class CONTENT_EXPORT MediaStreamUIController {
int render_process_id,
int render_view_id,
const StreamOptions& stream_components,
- const GURL& security_origin);
+ const GURL& security_origin,
+ MediaStreamRequestType request_type);
// Called to cancel a pending UI request of capture device access when the
// user has no action for the media stream InfoBar.

Powered by Google App Engine
This is Rietveld 408576698