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

Unified Diff: content/renderer/media/media_stream_dispatcher.h

Issue 2696443002: Reland of Use spec-compliant algorithm to select video devices in getUserMedia. (Closed)
Patch Set: Address boliu's comments Created 3 years, 10 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_stream_dispatcher.h
diff --git a/content/renderer/media/media_stream_dispatcher.h b/content/renderer/media/media_stream_dispatcher.h
index 3cc993ad9fe249923329e3d351adbc0b7dc95838..b5fc1d8210799f50d102d1feecce7e2177da0c2f 100644
--- a/content/renderer/media/media_stream_dispatcher.h
+++ b/content/renderer/media/media_stream_dispatcher.h
@@ -45,7 +45,8 @@ class CONTENT_EXPORT MediaStreamDispatcher
int request_id,
const base::WeakPtr<MediaStreamDispatcherEventHandler>& event_handler,
const StreamControls& controls,
- const url::Origin& security_origin);
+ const url::Origin& security_origin,
+ bool is_processing_user_gesture);
// Cancel the request for a new media stream to be created.
virtual void CancelGenerateStream(

Powered by Google App Engine
This is Rietveld 408576698