mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 102269.
- Disable use of clang on Mac for the time being. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@292 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -14,6 +14,9 @@ namespace WebKit {
|
||||
class WebFrame;
|
||||
class WebView;
|
||||
}
|
||||
namespace webkit {
|
||||
struct WebPluginInfo;
|
||||
}
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
class FilePath;
|
||||
@@ -52,4 +55,7 @@ void ClearCache();
|
||||
bool ShouldDownload(const std::string& content_disposition,
|
||||
const std::string& mime_type);
|
||||
|
||||
// Checks whether a plugin is enabled either by the user or by policy.
|
||||
bool IsPluginEnabled(const webkit::WebPluginInfo& plugin);
|
||||
|
||||
} // namespace webkit_glue
|
||||
|
Reference in New Issue
Block a user