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

Unified Diff: public/testing/WebTestDelegate.h

Issue 18130006: Remove WebTestProxy override of WebFrameClient::createMediaPlayer(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | « Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp ('k') | public/testing/WebTestProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestDelegate.h
diff --git a/public/testing/WebTestDelegate.h b/public/testing/WebTestDelegate.h
index 0c1d0e614aa862b5bbba28bc6b846a408bde17e5..571667b7bfbe08492ffd283c49e8cf9a64251d45 100644
--- a/public/testing/WebTestDelegate.h
+++ b/public/testing/WebTestDelegate.h
@@ -42,8 +42,6 @@ namespace WebKit {
class WebFrame;
class WebGamepads;
class WebHistoryItem;
-class WebMediaPlayer;
-class WebMediaPlayerClient;
struct WebRect;
struct WebSize;
struct WebURLError;
@@ -162,9 +160,6 @@ public:
// Returns the back/forward history for the WebView associated with the
// given WebTestProxyBase as well as the index of the current entry.
virtual void captureHistoryForWindow(WebTestProxyBase*, WebKit::WebVector<WebKit::WebHistoryItem>*, size_t* currentEntryIndex) = 0;
-
- // Returns a media player corresponding to |url| as src.
- virtual WebKit::WebMediaPlayer* createWebMediaPlayer(WebKit::WebFrame*, const WebKit::WebURL&, WebKit::WebMediaPlayerClient*) = 0;
};
}
« no previous file with comments | « Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp ('k') | public/testing/WebTestProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698