mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 04:30:46 +01:00
Allow media hosting from all schemes (issue #446).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@406 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
8433529a00
commit
83e6bfbaa1
@ -79,9 +79,7 @@ void GetPlugins(bool refresh,
|
||||
}
|
||||
|
||||
bool IsProtocolSupportedForMedia(const GURL& url) {
|
||||
if (url.SchemeIsFile() || url.SchemeIs("http") || url.SchemeIs("https"))
|
||||
return true;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void InitializeTextEncoding() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user