| Index: chrome/browser/permissions/permission_util.h
|
| diff --git a/chrome/browser/permissions/permission_util.h b/chrome/browser/permissions/permission_util.h
|
| index b63b2e084485bf9b157a7809fd4a0e049d34af81..b0bf557b01e8930ca43e87c44250f4e530bf2f46 100644
|
| --- a/chrome/browser/permissions/permission_util.h
|
| +++ b/chrome/browser/permissions/permission_util.h
|
| @@ -50,6 +50,12 @@ class PermissionUtil {
|
| ContentSettingsType content_type,
|
| PermissionSourceUI source_ui);
|
|
|
| + ScopedRevocationReporter(Profile* profile,
|
| + const ContentSettingsPattern& primary_pattern,
|
| + const ContentSettingsPattern& secondary_pattern,
|
| + ContentSettingsType content_type,
|
| + PermissionSourceUI source_ui);
|
| +
|
| ~ScopedRevocationReporter();
|
|
|
| private:
|
|
|