chromium/components/page_info/core/features.cc

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

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

#include <string_view>
#include "base/containers/contains.h"
#include "base/containers/fixed_flat_set.h"
#include "base/feature_list.h"
#include "base/metrics/field_trial_params.h"
#include "build/build_config.h"
#include "ui/base/l10n/l10n_util.h"

namespace page_info {
constexpr auto kDefaultLangs =;

extern bool IsAboutThisSiteFeatureEnabled(const std::string& locale) {}

BASE_FEATURE();
BASE_FEATURE();

const base::FeatureParam<bool> kShowSampleContent{};

#if !BUILDFLAG(IS_ANDROID)
BASE_FEATURE();

BASE_FEATURE();

#endif

}  // namespace page_info