| Index: media/base/android/media_source_player.cc
|
| diff --git a/media/base/android/media_source_player.cc b/media/base/android/media_source_player.cc
|
| index 3d51a4a3dd163afb875dd8b8d365850ec967c468..fbf15be07b9b713b1ed5121b781a0a73005bd2c1 100644
|
| --- a/media/base/android/media_source_player.cc
|
| +++ b/media/base/android/media_source_player.cc
|
| @@ -404,8 +404,8 @@ void MediaSourcePlayer::SetDrmBridge(MediaDrmBridge* drm_bridge) {
|
| // TODO(qinmin): support DRM change after playback has started.
|
| // http://crbug.com/253792.
|
| if (GetCurrentTime() > base::TimeDelta()) {
|
| - LOG(INFO) << "Setting DRM bridge after playback has started. "
|
| - << "This is not well supported!";
|
| + VLOG(0) << "Setting DRM bridge after playback has started. "
|
| + << "This is not well supported!";
|
| }
|
|
|
| drm_bridge_ = drm_bridge;
|
|
|