Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: remoting/host/host_session_options.h

Issue 2615113005: [Chromoting] Use HostExperimentSessionPlugin in host (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/host_session_options.h
diff --git a/remoting/host/host_session_options.h b/remoting/host/host_session_options.h
index e302b4b4554ee82d09643441541b34989c08c8f5..9834ad07f37cd128d89a753fd67a350955dbbaa4 100644
--- a/remoting/host/host_session_options.h
+++ b/remoting/host/host_session_options.h
@@ -12,7 +12,6 @@
#include "base/optional.h"
namespace remoting {
-namespace protocol {
// Session based host options sending from client. This class parses and stores
// session configuration from client side to control the behavior of other host
@@ -22,6 +21,8 @@ class HostSessionOptions final {
HostSessionOptions();
~HostSessionOptions();
+ HostSessionOptions(const std::string& parameter);
+
// Appends one key-value pair into current instance.
void Append(const std::string& key, const std::string& value);
@@ -46,7 +47,6 @@ class HostSessionOptions final {
DISALLOW_COPY_AND_ASSIGN(HostSessionOptions);
};
-} // namespace protocol
} // namespace remoting
#endif // REMOTING_PROTOCOL_HOST_SESSION_OPTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698