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:
Marshall Greenblatt
2011-09-10 22:05:55 +00:00
parent d260f78cb2
commit 588a69ed9b
4 changed files with 15 additions and 8 deletions

View File

@@ -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);