chromium/content/test/render_document_feature.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 "content/test/render_document_feature.h"

#include "base/test/scoped_feature_list.h"
#include "content/common/content_navigation_policy.h"
#include "content/public/common/content_features.h"

namespace content {

void InitAndEnableRenderDocumentFeature(
    base::test::ScopedFeatureList* feature_list,
    std::string level) {}

std::vector<std::string> RenderDocumentFeatureLevelValues() {}

std::vector<std::string> RenderDocumentFeatureFullyEnabled() {}

std::string GetRenderDocumentLevelNameForTestParams(
    std::string render_document_level) {}

}  // namespace content