| Index: chrome/browser/permissions/permission_util.h
|
| diff --git a/chrome/browser/permissions/permission_util.h b/chrome/browser/permissions/permission_util.h
|
| index b0bf557b01e8930ca43e87c44250f4e530bf2f46..4b0f666c31630823b8c3ca6ff68b6822f7f44a11 100644
|
| --- a/chrome/browser/permissions/permission_util.h
|
| +++ b/chrome/browser/permissions/permission_util.h
|
| @@ -7,7 +7,9 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/feature_list.h"
|
| #include "base/macros.h"
|
| +#include "chrome/common/chrome_features.h"
|
| #include "components/content_settings/core/common/content_settings.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| #include "url/gurl.h"
|
| @@ -67,6 +69,10 @@ class PermissionUtil {
|
| bool is_initially_allowed_;
|
| };
|
|
|
| + static bool ShouldChangeDismissalToBlock(Profile* profile,
|
| + const GURL& url,
|
| + content::PermissionType permission);
|
| +
|
| private:
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(PermissionUtil);
|
| };
|
|
|