| Index: chrome/browser/ui/webui/site_settings_helper.h
|
| diff --git a/chrome/browser/ui/webui/site_settings_helper.h b/chrome/browser/ui/webui/site_settings_helper.h
|
| index 413207c66b254e5e2ed979eed6a5ad169059dbbb..3076f9ece05cf52bf19746131057bd8fd8154ffe 100644
|
| --- a/chrome/browser/ui/webui/site_settings_helper.h
|
| +++ b/chrome/browser/ui/webui/site_settings_helper.h
|
| @@ -58,6 +58,7 @@ void GetExceptionsFromHostContentSettingsMap(
|
| const HostContentSettingsMap* map,
|
| ContentSettingsType type,
|
| content::WebUI* web_ui,
|
| + bool incognito,
|
| base::ListValue* exceptions);
|
|
|
| // Returns exceptions constructed from the policy-set allowed URLs
|
| @@ -65,7 +66,8 @@ void GetExceptionsFromHostContentSettingsMap(
|
| void GetPolicyAllowedUrls(
|
| ContentSettingsType type,
|
| std::vector<std::unique_ptr<base::DictionaryValue>>* exceptions,
|
| - content::WebUI* web_ui);
|
| + content::WebUI* web_ui,
|
| + bool incognito);
|
|
|
| // This struct facilitates lookup of a chooser context factory function by name
|
| // for a given content settings type and is declared early so that it can used
|
|
|