Fix a problem that fullscreen controller will show up if a page has multiple videos
commit9a7d93ce14565a7c2eb78fa777f9ac81c0ba84c4
authorqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 21 Nov 2013 22:26:35 +0000 (21 22:26 +0000)
committerqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 21 Nov 2013 22:26:35 +0000 (21 22:26 +0000)
tree8dec47781c9bdee81e0595afc59130229ae82249
parentd06dcbb4d22dafce7a381d003888f5d681cfc9bd
Fix a problem that fullscreen controller will show up if a page has multiple videos

When video metadata from another video is extracted, we should not update the metadata of the fullscreen video.
We should only update the metadata if the player is fullscreen player

TBR=michaelbai
BUG=321213

Review URL: https://codereview.chromium.org/80423004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236608 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/media/android/browser_media_player_manager.cc