Chromium Code Reviews
DescriptionRegister MediaUrlInterceptor with MediaPlayerRenderer
A recent review added RegisterMediaUrlInterceptor() to the
MediaPlayerRenderer.
The function was never used, because conditionally enabling it by using
base::FeatureList from AwMainDelegate::BasicStartupComplete() prevented
certain Java tests from running.
Using base::FeatureList is uncessary, because we can register the
MediaUrlInterceptor both in the BrowserMediaPlayerManager and the
MediaPlayerRenderer without any problems. This change adds the extra
registration
BUG=636588
Committed: https://crrev.com/20038e2480c5e8fd98615cc63a48db56b6da3eab
Cr-Commit-Position: refs/heads/master@{#432334}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 18 (12 generated)
|
|||||||||||||||||||