chromium/third_party/blink/renderer/platform/exported/interface_registry.cc

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

#include "third_party/blink/public/platform/interface_registry.h"

#include "base/task/single_thread_task_runner.h"
#include "third_party/blink/renderer/platform/wtf/std_lib_extras.h"

namespace blink {
namespace {

class EmptyInterfaceRegistry : public InterfaceRegistry {};

}  // namespace

InterfaceRegistry* InterfaceRegistry::GetEmptyInterfaceRegistry() {}

}  // namespace blink