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

Unified Diff: content/browser/android/media_player_manager_impl.h

Issue 14247018: Implement WebRTC in Chrome for TV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: combined KeyHandlingDemxuer w/ KeyHandlingChunkDemuxer Created 7 years, 7 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_impl.h
diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h
index 34905df6a4cb7007547edb1db855ebc8bf6f8247..9a4a2063653ad6a2980b928522db90c4d5e1cd63 100644
--- a/content/browser/android/media_player_manager_impl.h
+++ b/content/browser/android/media_player_manager_impl.h
@@ -88,8 +88,9 @@ class MediaPlayerManagerImpl
// 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,
+ media::MediaPlayerBridge::MediaSource media_source,
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