mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Mac: Fix compile errors due to revision 284 Chromium update.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@285 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -171,7 +171,7 @@ bool ShouldDownload(const std::string& content_disposition,
|
||||
return false;
|
||||
|
||||
// Finally, check the plugin list.
|
||||
bool allow_wildcard = true;
|
||||
bool allow_wildcard = false;
|
||||
std::vector<webkit::WebPluginInfo> plugins;
|
||||
webkit::npapi::PluginList::Singleton()->GetPluginInfoArray(
|
||||
GURL(), type, allow_wildcard, NULL, &plugins, NULL);
|
||||
|
Reference in New Issue
Block a user