chromium/chrome/browser/dips/dips_navigation_flow_detector_wrapper.cc

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

#include "chrome/browser/dips/dips_navigation_flow_detector_wrapper.h"

#include "chrome/browser/dips/dips_navigation_flow_detector.h"
#include "chrome/browser/ui/tabs/public/tab_interface.h"

DipsNavigationFlowDetectorWrapper::DipsNavigationFlowDetectorWrapper(
    tabs::TabInterface& tab)
    :{}

DipsNavigationFlowDetectorWrapper::~DipsNavigationFlowDetectorWrapper() {}

DipsNavigationFlowDetector* DipsNavigationFlowDetectorWrapper::GetDetector() {}

void DipsNavigationFlowDetectorWrapper::WillDiscardContents(
    tabs::TabInterface* tab,
    content::WebContents* old_contents,
    content::WebContents* new_contents) {}