// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "components/page_info/core/features.h"

#import "components/application_locale_storage/application_locale_storage.h"
#import "ios/chrome/browser/page_info/features/features.h"
#import "ios/chrome/browser/shared/model/application_context/application_context.h"

bool IsAboutThisSiteFeatureEnabled() {
  return page_info::IsAboutThisSiteFeatureEnabled(
      GetApplicationContext()->GetApplicationLocaleStorage()->Get());
}
