| 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 b8810937da03f93f31e2862828196e20572811c7..fb1744d90492861aa7588bcb14462c8765babba5 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.h
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.h
|
| @@ -60,7 +60,8 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
|
| const GURL& plugin_url,
|
| const std::string& resource,
|
| ContentSetting* setting,
|
| - bool* is_default) const;
|
| + bool* is_default,
|
| + bool* is_managed) const;
|
| void MaybeGrantAccess(const ChromeViewHostMsg_GetPluginInfo_Status& status,
|
| const base::FilePath& path) const;
|
|
|
|
|