#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() { … }