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

Unified Diff: content/renderer/media/webmediaplayer_proxy_impl_android.h

Issue 14247018: Implement WebRTC in Chrome for TV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebRTC impl on Chrome for TV Created 7 years, 8 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: 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 a990459c6537a7ce42904ed5def561737de7a762..e773b4c9afd211d461ffbb34f4c3c1869e43d8b2 100644
--- a/content/renderer/media/webmediaplayer_proxy_impl_android.h
+++ b/content/renderer/media/webmediaplayer_proxy_impl_android.h
@@ -35,8 +35,7 @@ class WebMediaPlayerProxyImplAndroid
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
// Methods inherited from WebMediaPlayerProxyAndroid.
- 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) OVERRIDE;
virtual void Start(int player_id) OVERRIDE;
virtual void Pause(int player_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698