chromium/third_party/content_analysis_sdk/src/agent/src/event_posix.cc

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

#include "event_posix.h"

#include "scoped_print_handle_posix.h"

namespace content_analysis {
namespace sdk {

  ContentAnalysisEventPosix::ContentAnalysisEventPosix(
    const BrowserInfo& browser_info,
    ContentAnalysisRequest req)
    :{}

ResultCode ContentAnalysisEventPosix::Send() {}

std::string ContentAnalysisEventPosix::DebugString() const {}

}  // namespace sdk
}  // namespace content_analysis