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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/browser/media/android/media_player_renderer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/public/browser/android/browser_media_player_manager_register.h " 5 #include "content/public/browser/android/browser_media_player_manager_register.h "
6 6
7 #include "content/browser/media/android/browser_media_player_manager.h" 7 #include "content/browser/media/android/browser_media_player_manager.h"
8 8
9 namespace content { 9 namespace content {
10 10
11 void RegisterMediaUrlInterceptor( 11 void RegisterMediaUrlInterceptor(
12 media::MediaUrlInterceptor* media_url_interceptor) { 12 media::MediaUrlInterceptor* media_url_interceptor) {
13 // TODO(tguilbert): Update this filename and the registration method to use
14 // MediaPlayerRenderer::RegisterMediaUrlInterceptor when turning on the
15 // MediaPlayerRenderer by default. See crbug.com/619729.
13 content::BrowserMediaPlayerManager::RegisterMediaUrlInterceptor( 16 content::BrowserMediaPlayerManager::RegisterMediaUrlInterceptor(
14 media_url_interceptor); 17 media_url_interceptor);
15 } 18 }
16 19
17 } // namespace content 20 } // namespace content
OLDNEW
« 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