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

Unified Diff: chrome/renderer/renderer_glue.cc

Issue 115482: Move WebMediaPlayerClientImpl files to WebKit API src location.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/renderer/render_thread.cc ('k') | webkit/api/public/WebKit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_glue.cc
===================================================================
--- chrome/renderer/renderer_glue.cc (revision 16276)
+++ chrome/renderer/renderer_glue.cc (working copy)
@@ -146,18 +146,6 @@
namespace webkit_glue {
-// Global variable set during RenderProcess::GlobalInit if video was enabled
-// and our media libraries were successfully loaded.
-static bool g_media_player_available = false;
-
-void SetMediaPlayerAvailable(bool value) {
- g_media_player_available = value;
-}
-
-bool IsMediaPlayerAvailable() {
- return g_media_player_available;
-}
-
void PrecacheUrl(const wchar_t* url, int url_length) {
// TBD: jar: Need implementation that loads the targetted URL into our cache.
// For now, at least prefetch DNS lookup
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/api/public/WebKit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698