// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_SIGNALING_REGISTRATION_MANAGER_H_ #define REMOTING_SIGNALING_REGISTRATION_MANAGER_H_ #include <string> #include "base/functional/callback_forward.h" namespace remoting { class ProtobufHttpStatus; // Interface for registering the user with signaling service. class RegistrationManager { … }; } // namespace remoting #endif // REMOTING_SIGNALING_REGISTRATION_MANAGER_H_