| Index: content/renderer/media/webmediaplayer_proxy_impl_android.h
|
| diff --git a/content/renderer/media/webmediaplayer_proxy_impl_android.h b/content/renderer/media/webmediaplayer_proxy_impl_android.h
|
| index 5f4f2d6ac6e527b8cbc4ffb667c9566829276c65..0864bf770cfa7dcb47bca7c2fb11aa5bc4943ea1 100644
|
| --- a/content/renderer/media/webmediaplayer_proxy_impl_android.h
|
| +++ b/content/renderer/media/webmediaplayer_proxy_impl_android.h
|
| @@ -55,16 +55,13 @@ class WebMediaPlayerProxyImplAndroid
|
| int player_id,
|
| const media::MediaPlayerHostMsg_ReadFromDemuxerAck_Params&) OVERRIDE;
|
| virtual void GenerateKeyRequest(int player_id,
|
| - const std::string& key_system,
|
| const std::string& type,
|
| const std::vector<uint8>& init_data) OVERRIDE;
|
| virtual void AddKey(int player_id,
|
| - const std::string& key_system,
|
| const std::vector<uint8>& key,
|
| const std::vector<uint8>& init_data,
|
| const std::string& session_id) OVERRIDE;
|
| virtual void CancelKeyRequest(int player_id,
|
| - const std::string& key_system,
|
| const std::string& session_id) OVERRIDE;
|
| virtual void DurationChanged(int player_id,
|
| const base::TimeDelta& duration) OVERRIDE;
|
| @@ -100,15 +97,12 @@ class WebMediaPlayerProxyImplAndroid
|
| unsigned seek_request_id);
|
| void OnMediaConfigRequest(int player_id);
|
| void OnKeyAdded(int player_id,
|
| - const std::string& key_system,
|
| const std::string& session_id);
|
| void OnKeyError(int player_id,
|
| - const std::string& key_system,
|
| const std::string& session_id,
|
| media::MediaKeys::KeyError error_code,
|
| int system_code);
|
| void OnKeyMessage(int player_id,
|
| - const std::string& key_system,
|
| const std::string& session_id,
|
| const std::string& message,
|
| const std::string& destination_url);
|
|
|