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

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: Moved RequestType according to Shijing's proposal. 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 231dd3acfdf623d7f19a7a187527aa8105908c38..b58d58d98a8a046e26f5cbff8efb6aa15f11a55e 100644
--- a/content/browser/renderer_host/media/media_stream_ui_controller.h
+++ b/content/browser/renderer_host/media/media_stream_ui_controller.h
@@ -45,7 +45,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