| Index: chrome/browser/plugins/plugins_field_trial.h
|
| diff --git a/chrome/browser/plugins/plugins_field_trial.h b/chrome/browser/plugins/plugins_field_trial.h
|
| index 71da9e3122465a912dd919ac7509c78168cd8ccf..83ae04c23bf998d06383d343abc6f9fab8b75a74 100644
|
| --- a/chrome/browser/plugins/plugins_field_trial.h
|
| +++ b/chrome/browser/plugins/plugins_field_trial.h
|
| @@ -21,8 +21,10 @@ class PluginsFieldTrial {
|
|
|
| // Returns the effective content setting for plugins. Passes non-plugin
|
| // content settings through without modification.
|
| - static ContentSetting EffectiveContentSetting(ContentSettingsType type,
|
| - ContentSetting setting);
|
| + static ContentSetting EffectiveContentSetting(
|
| + const HostContentSettingsMap* host_content_settings_map,
|
| + ContentSettingsType type,
|
| + ContentSetting setting);
|
|
|
| // Returns the engagement cutoff for permitting Flash to run without a prompt.
|
| static double GetSiteEngagementThresholdForFlash();
|
|
|