chromium/components/safe_browsing/content/browser/safe_browsing_navigation_observer_manager_util.cc

// Copyright 2021 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/safe_browsing/content/browser/safe_browsing_navigation_observer_manager_util.h"

namespace safe_browsing {

void MaybeRemoveNonUserGestureReferrerEntries(ReferrerChain* referrer_chain,
                                              int max_allowed_length) {}

void RemoveNonUserGestureReferrerEntries(ReferrerChain* referrer_chain_entries,
                                         int max_allowed_length) {}

std::vector<int> GetUserGestureNavigationEntriesIndices(
    ReferrerChain* referrer_chain) {}

void RemoveExtraIndicesInReferrerChain(ReferrerChain* referrer_chain_entries,
                                       std::vector<int> indices_to_remove,
                                       int extra_entries) {}

}  // namespace safe_browsing