// 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 "remoting/host/host_experiment_session_plugin.h" #include "remoting/base/constants.h" #include "remoting/host/host_attributes.h" namespace remoting { QName; XmlElement; std::unique_ptr<XmlElement> HostExperimentSessionPlugin::GetNextMessage() { … } void HostExperimentSessionPlugin::OnIncomingMessage( const XmlElement& attachments) { … } bool HostExperimentSessionPlugin::configuration_received() const { … } const std::string& HostExperimentSessionPlugin::configuration() const { … } } // namespace remoting