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

Unified Diff: media/mojo/services/mojo_renderer_service.h

Issue 2434413002: Plumb firstPartyForCookies() to MediaPlayerBridge (Closed)
Patch Set: Clarified comments. Created 4 years, 2 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
« no previous file with comments | « media/mojo/services/media_mojo_unittest.cc ('k') | media/mojo/services/mojo_renderer_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_renderer_service.h
diff --git a/media/mojo/services/mojo_renderer_service.h b/media/mojo/services/mojo_renderer_service.h
index 8960387fe55f960d66d627894ea92883ed285bfc..ea4e9377f0c1474646a463fa49e731fb2557d410 100644
--- a/media/mojo/services/mojo_renderer_service.h
+++ b/media/mojo/services/mojo_renderer_service.h
@@ -58,7 +58,8 @@ class MEDIA_MOJO_EXPORT MojoRendererService
void Initialize(mojom::RendererClientAssociatedPtrInfo client,
mojom::DemuxerStreamPtr audio,
mojom::DemuxerStreamPtr video,
- const base::Optional<GURL>& url,
+ const base::Optional<GURL>& media_url,
+ const base::Optional<GURL>& first_party_for_cookies,
const InitializeCallback& callback) final;
void Flush(const FlushCallback& callback) final;
void StartPlayingFrom(base::TimeDelta time_delta) final;
« no previous file with comments | « media/mojo/services/media_mojo_unittest.cc ('k') | media/mojo/services/mojo_renderer_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698