diff options
author | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-21 23:12:17 +0000 |
---|---|---|
committer | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-21 23:12:17 +0000 |
commit | 20bd0b28f6467339e611311aaf241d7eab388578 (patch) | |
tree | eaadb4d44c37657b1edf195a6cbd9ed5af828d2b /apps | |
parent | 370c7838f0fc90478c411d4c6d015d4fd00ac850 (diff) | |
download | chromium_src-20bd0b28f6467339e611311aaf241d7eab388578.zip chromium_src-20bd0b28f6467339e611311aaf241d7eab388578.tar.gz chromium_src-20bd0b28f6467339e611311aaf241d7eab388578.tar.bz2 |
Support basic authentication for html5 media
This change passes the basic auth information to android mediaplayer to solve the issue that media with basic auth is not able to play.
Previously MediaInfoLoader and MediaResourceGetter could be ran at the same time.
However, MediaResourceGetter could miss the credential info if we do that.
As a result, we should wait until MediaInfoLoader finishes before creating the browser side MediaPlayer.
BUG=319885
Review URL: https://codereview.chromium.org/405663002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions