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

Unified Diff: media/base/android/media_player_bridge.h

Issue 10961015: Android: MediaPlayerBridge JNI cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 8 years, 3 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
Index: media/base/android/media_player_bridge.h
diff --git a/media/base/android/media_player_bridge.h b/media/base/android/media_player_bridge.h
index 48f4df3d6c900af76e5139d3f257e43fd4658f7e..c1c1e1aca625b4d2e4edeac1a8307cef1b897782 100644
--- a/media/base/android/media_player_bridge.h
+++ b/media/base/android/media_player_bridge.h
@@ -62,6 +62,8 @@ class MediaPlayerBridge {
// current time.
typedef base::Callback<void(int, base::TimeDelta)> TimeUpdateCB;
+ static bool RegisterMediaPlayerBridge(JNIEnv* env);
+
// Construct a MediaPlayerBridge object with all the needed media player
// callbacks. This object needs to call |manager|'s RequestMediaResources()
// before decoding the media stream. This allows |manager| to track

Powered by Google App Engine
This is Rietveld 408576698