| 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 c9987c5573e4306d32363541be5dc79deeb55e24..454f46503e9b2b12c32b94ac7a1e7bb18489f034 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.h
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.h
|
| @@ -63,6 +63,7 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
|
| bool* is_managed) const;
|
| void MaybeGrantAccess(const ChromeViewHostMsg_GetPluginInfo_Status& status,
|
| const base::FilePath& path) const;
|
| + bool IsPluginEnabled(const content::WebPluginInfo& plugin) const;
|
|
|
| private:
|
| int render_process_id_;
|
|
|