| Index: chrome/browser/plugins/plugin_utils.h
|
| diff --git a/chrome/browser/plugins/plugin_utils.h b/chrome/browser/plugins/plugin_utils.h
|
| index 33b3b65082b056bac828159357fa02b24343d69e..3d1b691b86e5a5c982dd169053c6530093bfb73e 100644
|
| --- a/chrome/browser/plugins/plugin_utils.h
|
| +++ b/chrome/browser/plugins/plugin_utils.h
|
| @@ -34,7 +34,8 @@ class PluginUtils {
|
| static ContentSetting GetFlashPluginContentSetting(
|
| const HostContentSettingsMap* host_content_settings_map,
|
| const GURL& policy_url,
|
| - const GURL& plugin_url);
|
| + const GURL& plugin_url,
|
| + bool* is_managed);
|
|
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(PluginUtils);
|
|
|