| Index: chrome/browser/plugins/plugin_info_message_filter.h
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter.h b/chrome/browser/plugins/plugin_info_message_filter.h
|
| index d57427e88a0c8b4dbfbd080470feecf6c5c6df1e..21cd02c3e92ca92de3b9bf43f6d05b295a922a04 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.h
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.h
|
| @@ -98,6 +98,12 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
|
| IPC::Message* reply_msg,
|
| const std::vector<content::WebPluginInfo>& plugins);
|
|
|
| + // Returns whether any internal plugin supporting |mime_type| is registered.
|
| + // Does not determine whether the plugin can actually be instantiated
|
| + // (e.g. whether it is allowed or has all its dependencies).
|
| + void OnIsInternalPluginRegisteredForMimeType(const std::string& mime_type,
|
| + bool* is_registered);
|
| +
|
| Context context_;
|
|
|
| base::WeakPtrFactory<PluginInfoMessageFilter> weak_ptr_factory_;
|
|
|