| Index: chrome/browser/permissions/permission_uma_util.cc
|
| diff --git a/chrome/browser/permissions/permission_uma_util.cc b/chrome/browser/permissions/permission_uma_util.cc
|
| index c153206246b955b3252132f9da9d3afd2560b920..e8369c9c56f48f16eec70558df53da0d7fc66062 100644
|
| --- a/chrome/browser/permissions/permission_uma_util.cc
|
| +++ b/chrome/browser/permissions/permission_uma_util.cc
|
| @@ -331,8 +331,8 @@ void PermissionUmaUtil::PermissionIgnored(
|
| // RecordPermission* methods need to be called before RecordIgnore in the
|
| // blocker because they record the number of prior ignore and dismiss values,
|
| // and we don't want to include the current ignore.
|
| - PermissionDecisionAutoBlocker(profile).RecordIgnore(requesting_origin,
|
| - permission);
|
| + PermissionDecisionAutoBlocker::RecordIgnore(requesting_origin, permission,
|
| + profile);
|
| }
|
|
|
| void PermissionUmaUtil::PermissionRevoked(PermissionType permission,
|
|
|