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

Unified Diff: content/renderer/renderer_blink_platform_impl.h

Issue 1259633002: NOT FOR LANDING Implement WebMediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/renderer/renderer_blink_platform_impl.h
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
index 86264e1a67e2a7248a13ab7a930c7761cf928795..f4a70df0631565dac6dfbd08bfb7bf6cf29846d7 100644
--- a/content/renderer/renderer_blink_platform_impl.h
+++ b/content/renderer/renderer_blink_platform_impl.h
@@ -76,6 +76,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
virtual bool isLinkVisited(unsigned long long linkHash);
virtual void createMessageChannel(blink::WebMessagePortChannel** channel1,
blink::WebMessagePortChannel** channel2);
+ virtual blink::WebMediaSession* createMediaSession();
whywhat 2015/07/30 14:31:22 As I understand, hanging media session from BlinkP
philipj_slow 2015/07/30 14:47:04 Even though Blink-created MediaSessions won't have
mlamouri (slow - plz ping) 2015/08/05 15:50:16 As Anton pointed, RenderBlinkPlatformImpl isn't th
virtual blink::WebPrescientNetworking* prescientNetworking();
virtual void cacheMetadata(const blink::WebURL&, int64, const char*, size_t);
virtual blink::WebString defaultLocale();

Powered by Google App Engine
This is Rietveld 408576698