diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:37:21 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:37:21 +0000 |
commit | b08eebe85809832b301e8e7c22c9165179b79293 (patch) | |
tree | 0de69357c4a6a43e9a16a828a74969e3d753df21 /webkit/glue/webkit_glue.h | |
parent | f58ddcfcb2ab175a15813d1e65cf1a5a9e0340d5 (diff) | |
download | chromium_src-b08eebe85809832b301e8e7c22c9165179b79293.zip chromium_src-b08eebe85809832b301e8e7c22c9165179b79293.tar.gz chromium_src-b08eebe85809832b301e8e7c22c9165179b79293.tar.bz2 |
Move WebMediaPlayerClientImpl files to WebKit API src location.
This involves adding a temporary glue function, which will be
removed once WebFrame / WebView are part of the WebKit API.
R=hclam
Review URL: http://codereview.chromium.org/115482
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r-- | webkit/glue/webkit_glue.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 2e7e4e3..0024fe1 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -110,14 +110,6 @@ WebKit::WebString FilePathStringToWebString(const FilePath::StringType& str); //---- BEGIN FUNCTIONS IMPLEMENTED BY EMBEDDER -------------------------------- -// Set during RenderProcess::GlobalInit when --enable-video has been passed in -// and all media related libraries were successfully loaded. -void SetMediaPlayerAvailable(bool value); - -// This function is called from WebCore::MediaPlayerPrivate, -// Returns true if media player is available and can be created. -bool IsMediaPlayerAvailable(); - // This function is called to request a prefetch of the entire URL, loading it // into our cache for (expected) future needs. The given URL may NOT be in // canonical form and it will NOT be null-terminated; use the length instead. |