Index: webkit/media/android/webmediaplayer_proxy_android.h |
diff --git a/webkit/media/android/webmediaplayer_proxy_android.h b/webkit/media/android/webmediaplayer_proxy_android.h |
index bc29479622e6102205d3b07222ee4aa04eff43c6..358e821b89b6e431c660cd9ed2e6a61d9fc5010a 100644 |
--- a/webkit/media/android/webmediaplayer_proxy_android.h |
+++ b/webkit/media/android/webmediaplayer_proxy_android.h |
@@ -16,7 +16,7 @@ |
namespace webkit_media { |
// An interface to facilitate the IPC between the browser side |
-// android::MediaPlayer and the WebMediaPlayerImplAndroid in the renderer |
+// android::MediaPlayer and the WebMediaPlayerAndroid in the renderer |
// process. |
// Implementation is provided by content::WebMediaPlayerProxyImplAndroid. |
class WebMediaPlayerProxyAndroid { |
@@ -24,8 +24,7 @@ class WebMediaPlayerProxyAndroid { |
virtual ~WebMediaPlayerProxyAndroid(); |
// Initialize a MediaPlayerBridge object in browser process |
- virtual void Initialize(int player_id, const GURL& url, |
- bool is_media_source, |
+ virtual void Initialize(int player_id, const GURL& url, int flags, |
const GURL& first_party_for_cookies) = 0; |
// Start the player. |