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

Unified Diff: content/public/browser/media_observer.h

Issue 364123002: [Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comment and style fix, per yzshen. Also, REBASE. Created 6 years, 5 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/public/browser/media_observer.h
diff --git a/content/public/browser/media_observer.h b/content/public/browser/media_observer.h
index dca5b85564fe9c6c58498e59213fd8fbef14fc85..321e7d0f14c628d8c00c97debd6e16099084aefe 100644
--- a/content/public/browser/media_observer.h
+++ b/content/public/browser/media_observer.h
@@ -24,10 +24,10 @@ class MediaObserver {
// Called when a media request changes state.
virtual void OnMediaRequestStateChanged(
int render_process_id,
- int render_view_id,
+ int render_frame_id,
int page_request_id,
const GURL& security_origin,
- const MediaStreamDevice& device,
+ MediaStreamType stream_type,
MediaRequestState state) = 0;
// Called when an audio stream is being created.

Powered by Google App Engine
This is Rietveld 408576698