chromium/services/preferences/tracked/interceptable_pref_filter.cc

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

#include "services/preferences/tracked/interceptable_pref_filter.h"

#include <utility>

#include "base/functional/bind.h"

InterceptablePrefFilter::InterceptablePrefFilter() {}
InterceptablePrefFilter::~InterceptablePrefFilter() {}

void InterceptablePrefFilter::FilterOnLoad(
    PostFilterOnLoadCallback post_filter_on_load_callback,
    base::Value::Dict pref_store_contents) {}

void InterceptablePrefFilter::InterceptNextFilterOnLoad(
    FilterOnLoadInterceptor filter_on_load_interceptor) {}

void InterceptablePrefFilter::OnStoreDeletionFromDisk() {}