Chromium Code Reviews| Index: content/browser/media/android/browser_media_player_manager.h |
| diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h |
| index 93b75927d3ed7d910398791ab8c4a2b7e0bcac63..dc0f0fe00953a0501205785ae9c9db0e832a1733 100644 |
| --- a/content/browser/media/android/browser_media_player_manager.h |
| +++ b/content/browser/media/android/browser_media_player_manager.h |
| @@ -100,6 +100,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager |
| const std::string& session_id, |
| const std::vector<uint8>& message, |
| const std::string& destination_url) OVERRIDE; |
| + virtual void OnMediaDecoderCallback() OVERRIDE {} |
|
qinmin
2013/10/29 23:49:34
For test functions, normally use names like "OnMed
wolenetz
2013/10/30 00:06:45
Done. Note that there is now an associated presubm
|
| #if defined(GOOGLE_TV) |
| void AttachExternalVideoSurface(int player_id, jobject surface); |