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

Unified Diff: webkit/glue/media_player_private_impl.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 | « webkit/api/src/WebMediaPlayerClientImpl.cpp ('k') | webkit/glue/temporary_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/media_player_private_impl.cc
===================================================================
--- webkit/glue/media_player_private_impl.cc (revision 16303)
+++ webkit/glue/media_player_private_impl.cc (working copy)
@@ -1,26 +0,0 @@
-// Copyright (c) 2008-2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "config.h"
-
-#if ENABLE(VIDEO)
-
-#include "MediaPlayerPrivateChromium.h"
-
-#include "webkit/glue/webkit_glue.h"
-#include "webkit/glue/webmediaplayerclient_impl.h"
-
-namespace WebCore {
-
-void MediaPlayerPrivate::registerMediaEngine(MediaEngineRegistrar registrar) {
- if (webkit_glue::IsMediaPlayerAvailable()) {
- registrar(&WebMediaPlayerClientImpl::create,
- &WebMediaPlayerClientImpl::getSupportedTypes,
- &WebMediaPlayerClientImpl::supportsType);
- }
-}
-
-} // namespace WebCore
-
-#endif
« no previous file with comments | « webkit/api/src/WebMediaPlayerClientImpl.cpp ('k') | webkit/glue/temporary_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698