chromium/content/browser/devtools/protocol/schema_handler.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 "content/browser/devtools/protocol/schema_handler.h"


namespace content {
namespace protocol {

SchemaHandler::SchemaHandler()
    :{}

SchemaHandler::~SchemaHandler() = default;

void SchemaHandler::Wire(UberDispatcher* dispatcher) {}

Response SchemaHandler::GetDomains(
    std::unique_ptr<protocol::Array<Schema::Domain>>* domains) {}

}  // namespace protocol
}  // namespace content