chromium/extensions/test/test_content_script_load_waiter.cc

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

#include "extensions/test/test_content_script_load_waiter.h"

#include "content/public/browser/browser_context.h"

namespace extensions {

ContentScriptLoadWaiter::ContentScriptLoadWaiter(UserScriptLoader* loader)
    :{}
ContentScriptLoadWaiter::~ContentScriptLoadWaiter() = default;

void ContentScriptLoadWaiter::Wait() {}

void ContentScriptLoadWaiter::OnScriptsLoaded(
    UserScriptLoader* loader,
    content::BrowserContext* browser_context) {}

void ContentScriptLoadWaiter::OnUserScriptLoaderDestroyed(
    UserScriptLoader* loader) {}

}  // namespace extensions