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

Unified Diff: remoting/host/host_session_options.h

Issue 2615113005: [Chromoting] Use HostExperimentSessionPlugin in host (Closed)
Patch Set: Resolve review comments Created 3 years, 10 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
« no previous file with comments | « remoting/host/fake_desktop_environment.cc ('k') | remoting/host/host_session_options.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..158a4005f16e3ba9c40c9868098d963f1c3bdde4 100644
--- a/remoting/host/host_session_options.h
+++ b/remoting/host/host_session_options.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_PROTOCOL_HOST_SESSION_OPTIONS_H_
-#define REMOTING_PROTOCOL_HOST_SESSION_OPTIONS_H_
+#ifndef REMOTING_HOST_HOST_SESSION_OPTIONS_H_
+#define REMOTING_HOST_HOST_SESSION_OPTIONS_H_
#include <map>
#include <string>
@@ -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_
+#endif // REMOTING_HOST_HOST_SESSION_OPTIONS_H_
« no previous file with comments | « remoting/host/fake_desktop_environment.cc ('k') | remoting/host/host_session_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698