mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 25.0.1364.152.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1130 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
# http://dev.chromium.org/developers/how-tos/get-the-code
|
||||
|
||||
{
|
||||
'release_url': 'http://src.chromium.org/svn/releases/25.0.1364.68',
|
||||
'release_url': 'http://src.chromium.org/svn/releases/25.0.1364.152',
|
||||
}
|
||||
|
@@ -178,7 +178,7 @@ class CefPluginServiceFilter : public content::PluginServiceFilter {
|
||||
CefPluginServiceFilter() {}
|
||||
virtual ~CefPluginServiceFilter() {}
|
||||
|
||||
virtual bool ShouldUsePlugin(int render_process_id,
|
||||
virtual bool IsPluginEnabled(int render_process_id,
|
||||
int render_view_id,
|
||||
const void* context,
|
||||
const GURL& url,
|
||||
@@ -207,6 +207,11 @@ class CefPluginServiceFilter : public content::PluginServiceFilter {
|
||||
|
||||
return allowed;
|
||||
}
|
||||
|
||||
virtual bool CanLoadPlugin(int render_process_id,
|
||||
const FilePath& path) OVERRIDE {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user