chromium/remoting/client/host_experiment_sender.cc

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

#include "remoting/client/host_experiment_sender.h"

#include "remoting/base/constants.h"

namespace remoting {

HostExperimentSender::HostExperimentSender(const std::string& experiment_config)
    :{}

std::unique_ptr<jingle_xmpp::XmlElement> HostExperimentSender::GetNextMessage() {}

void HostExperimentSender::OnIncomingMessage(
    const jingle_xmpp::XmlElement& attachments) {}

}  // namespace remoting