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

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: fix bugs 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 8eefbee54789d15f8078464d189ecca23382e43a..db16623f9d71fde3e1efac7545cd42a2f3fc6f84 100644
--- a/content/browser/android/media_player_manager_impl.h
+++ b/content/browser/android/media_player_manager_impl.h
@@ -92,8 +92,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::MediaPlayerAndroid::SourceType media_source_type,
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