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

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: Timestamp adjustment in RTCVideoDecoderBridgeTv 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,
qinmin 2013/04/29 17:31:49 why not use MediaPlayerBridge::MediaType Enum inst
palmer 2013/04/29 18:58:44 Yes, I tend to prefer the most specific type possi
wonsik 2013/05/01 14:15:38 Done.
const GURL& first_party_for_cookies);
void OnStart(int player_id);
void OnSeek(int player_id, base::TimeDelta time);
« no previous file with comments | « no previous file | content/browser/android/media_player_manager_android.cc » ('j') | content/content_renderer.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698