#include "chrome/browser/media/unified_autoplay_config.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/pref_names.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_service.h"
void UnifiedAutoplayConfig::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* registry) { … }
bool UnifiedAutoplayConfig::ShouldBlockAutoplay(Profile* profile) { … }
bool UnifiedAutoplayConfig::IsBlockAutoplayUserModifiable(Profile* profile) { … }