chromium/components/dom_distiller/content/browser/test_distillability_observer.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 "components/dom_distiller/content/browser/test_distillability_observer.h"

#include "components/dom_distiller/content/browser/distillability_driver.h"
#include "components/dom_distiller/content/browser/distillable_page_utils.h"

namespace dom_distiller {

TestDistillabilityObserver::TestDistillabilityObserver(
    content::WebContents* web_contents)
    :{}

TestDistillabilityObserver::~TestDistillabilityObserver() {}

void TestDistillabilityObserver::WaitForResult(
    const DistillabilityResult& result) {}

void TestDistillabilityObserver::OnResult(const DistillabilityResult& result) {}

bool TestDistillabilityObserver::WasResultFound(
    const DistillabilityResult& result) {}

bool TestDistillabilityObserver::IsDistillabilityDriverTimerRunning() {}

}  // namespace dom_distiller