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

Unified Diff: content/browser/android/media_player_manager_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/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 7021b69bc38cabba90cddf06afdbca789fb3c9aa..a18a2f39c1ec2eb2128ffc6006574a76b0a5acd2 100644
--- a/content/browser/android/media_player_manager_android.h
+++ b/content/browser/android/media_player_manager_android.h
@@ -87,8 +87,7 @@ class MediaPlayerManagerAndroid
// Message handlers.
void OnEnterFullscreen(int player_id);
void OnExitFullscreen(int player_id);
- void OnInitialize(int player_id, const GURL& url,
- bool is_media_source,
+ void OnInitialize(int player_id, const GURL& url, int flags,
const GURL& first_party_for_cookies);
void OnStart(int player_id);
void OnSeek(int player_id, base::TimeDelta time);

Powered by Google App Engine
This is Rietveld 408576698