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

Unified Diff: sky/engine/public/web/WebFrameClient.h

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/public/platform/WebSourceBuffer.h ('k') | sky/engine/public/web/WebMediaDevicesRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebFrameClient.h
diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h
index adf0cecc71d06a3bc87161db6e821417e86be4cb..5b5ede4b7cf06fd04c986e361c4077a55b7ac02f 100644
--- a/sky/engine/public/web/WebFrameClient.h
+++ b/sky/engine/public/web/WebFrameClient.h
@@ -47,8 +47,6 @@ namespace blink {
class WebCachedURLRequest;
class WebDOMEvent;
class WebInputEvent;
-class WebMediaPlayer;
-class WebMediaPlayerClient;
class WebNode;
class WebString;
class WebURL;
@@ -62,12 +60,6 @@ struct WebURLError;
class WebFrameClient {
public:
- // Factory methods -----------------------------------------------------
-
- // May return null.
- virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*) { return 0; }
-
-
// General notifications -----------------------------------------------
// A child frame was created in this frame. This is called when the frame
« no previous file with comments | « sky/engine/public/platform/WebSourceBuffer.h ('k') | sky/engine/public/web/WebMediaDevicesRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698