chromium/content/public/test/test_web_ui_listener_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 "content/public/test/test_web_ui_listener_observer.h"

#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "content/public/test/test_web_ui.h"

namespace content {

TestWebUIListenerObserver::TestWebUIListenerObserver(
    content::TestWebUI* web_ui,
    const std::string& listener_name)
    :{}

TestWebUIListenerObserver::~TestWebUIListenerObserver() {}

void TestWebUIListenerObserver::Wait() {}

void TestWebUIListenerObserver::OnJavascriptFunctionCalled(
    const TestWebUI::CallData& call_data) {}

}  // namespace content