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

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

Issue 185863003: [Media] Add user gesture reporting for API calls to midi and media streams. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try 2 Created 6 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/browser/renderer_host/media/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index e5131bb59b61ffecea425364ac6b555b8cc09953..2998c3b1d2b1262f120fb1457297891a0f99732d 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -97,7 +97,8 @@ class CONTENT_EXPORT MediaStreamManager
const ResourceContext::SaltCallback& sc,
int page_request_id,
const StreamOptions& components,
- const GURL& security_origin);
+ const GURL& security_origin,
+ bool user_gesture);
void CancelRequest(int render_process_id,
int render_view_id,

Powered by Google App Engine
This is Rietveld 408576698