chromium/components/sync/engine/loopback_server/loopback_connection_manager.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 "components/sync/engine/loopback_server/loopback_connection_manager.h"

#include "components/sync/engine/net/server_connection_manager.h"
#include "components/sync/protocol/sync.pb.h"
#include "net/http/http_status_code.h"

namespace syncer {

LoopbackConnectionManager::LoopbackConnectionManager(
    const base::FilePath& persistent_file)
    :{}

LoopbackConnectionManager::~LoopbackConnectionManager() = default;

HttpResponse LoopbackConnectionManager::PostBuffer(
    const std::string& buffer_in,
    const std::string& access_token,
    std::string* buffer_out) {}

}  // namespace syncer