blob: 56db7850a93ac4f51634a6f959e9fc4712b94ad4 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2020 The Chromium Authors
Mugdha Lakhani83baeab2020-03-20 13:08:232// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Mugdha Lakhanib6762162020-03-30 10:23:255#ifndef COMPONENTS_PAGE_INFO_PAGE_INFO_DELEGATE_H_
6#define COMPONENTS_PAGE_INFO_PAGE_INFO_DELEGATE_H_
Mugdha Lakhani83baeab2020-03-20 13:08:237
Jan Wilken Dörriead587c32021-03-11 14:09:278#include <string>
9
Mugdha Lakhani00b27a02020-03-24 13:41:3110#include "build/build_config.h"
Carlos Caballerob4283202020-08-10 14:40:4611#include "components/content_settings/browser/page_specific_content_settings.h"
Mugdha Lakhani83baeab2020-03-20 13:08:2312#include "components/content_settings/core/common/content_settings_types.h"
sauski9fb88822021-07-16 18:44:0113#include "components/page_info/page_info.h"
Mugdha Lakhani09e02f622020-03-21 19:48:0314#include "components/permissions/permission_result.h"
Mugdha Lakhani00b27a02020-03-24 13:41:3115#include "components/permissions/permission_uma_util.h"
Mugdha Lakhani09e02f622020-03-21 19:48:03