| Index: chrome/browser/permissions/permission_util.h
|
| diff --git a/chrome/browser/permissions/permission_util.h b/chrome/browser/permissions/permission_util.h
|
| index 4f188e2e3bb4c24a310683b0f8489ce05851b777..2376bc8e098c54f9478e65c49552e40161a56f68 100644
|
| --- a/chrome/browser/permissions/permission_util.h
|
| +++ b/chrome/browser/permissions/permission_util.h
|
| @@ -66,7 +66,7 @@ class PermissionUtil {
|
| // PermissionManager.
|
| static bool IsPermission(ContentSettingsType type);
|
|
|
| - static bool ShouldShowPersistenceToggle();
|
| + static bool ShouldShowPersistenceToggle(ContentSettingsType type);
|
|
|
| // A scoped class that will check the current resolved content setting on
|
| // construction and report a revocation metric accordingly if the revocation
|
|
|