chromium/mojo/public/cpp/bindings/lib/validation_context.cc

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

#include "mojo/public/cpp/bindings/lib/validation_context.h"

#include "base/notreached.h"
#include "mojo/public/cpp/bindings/message.h"

namespace mojo {
namespace internal {

ValidationContext::ValidationContext(const void* data,
                                     size_t data_num_bytes,
                                     size_t num_handles,
                                     size_t num_associated_endpoint_handles,
                                     Message* message,
                                     const char* description,
                                     int stack_depth,
                                     ValidatorType validator_type)
    :{}

ValidationContext::ValidationContext(Message* message,
                                     const char* description,
                                     ValidatorType validator_type)
    :{}

ValidationContext::~ValidationContext() {}

std::string ValidationContext::GetFullDescription() const {}

}  // namespace internal
}  // namespace mojo