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

Unified Diff: content/public/browser/android/browser_media_player_manager_register.cc

Issue 2463533002: Add support for MediaUrlInterceptor (Closed)
Patch Set: Removed registration, added TODO Created 4 years, 1 month 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
« no previous file with comments | « content/browser/media/android/media_player_renderer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/browser_media_player_manager_register.cc
diff --git a/content/public/browser/android/browser_media_player_manager_register.cc b/content/public/browser/android/browser_media_player_manager_register.cc
index e15133252491e8e6b3b5fd23c95f99d0c524ea79..8362da599b291b609ec48db0bed32d53b2879aed 100644
--- a/content/public/browser/android/browser_media_player_manager_register.cc
+++ b/content/public/browser/android/browser_media_player_manager_register.cc
@@ -10,6 +10,9 @@ namespace content {
void RegisterMediaUrlInterceptor(
media::MediaUrlInterceptor* media_url_interceptor) {
+ // TODO(tguilbert): Update this filename and the registration method to use
+ // MediaPlayerRenderer::RegisterMediaUrlInterceptor when turning on the
+ // MediaPlayerRenderer by default. See crbug.com/619729.
content::BrowserMediaPlayerManager::RegisterMediaUrlInterceptor(
media_url_interceptor);
}
« no previous file with comments | « content/browser/media/android/media_player_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698