| Index: content/browser/android/media_player_manager_android.h | 
| diff --git a/content/browser/android/media_player_manager_android.h b/content/browser/android/media_player_manager_android.h | 
| index 96efc1266f26139b4034ece40cd72a3cbc33e91d..9e7dc4bc8e858902486a05bece92be711e986fc3 100644 | 
| --- a/content/browser/android/media_player_manager_android.h | 
| +++ b/content/browser/android/media_player_manager_android.h | 
| @@ -48,6 +48,7 @@ class MediaPlayerManagerAndroid | 
| // Callbacks needed by media::MediaPlayerBridge. | 
| void OnPrepared(int player_id, base::TimeDelta duration); | 
| void OnPlaybackComplete(int player_id); | 
| +  void OnMediaInterrupted(int player_id); | 
| void OnBufferingUpdate(int player_id, int percentage); | 
| void OnSeekComplete(int player_id, base::TimeDelta current_time); | 
| void OnError(int player_id, int error); | 
|  |