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

Unified Diff: remoting/protocol/session_plugin.cc

Issue 2586403003: [Chromoting] Add SessionPlugin in JingleSession (Closed)
Patch Set: Resolve review comments Created 4 years 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
« remoting/protocol/session_plugin.h ('K') | « remoting/protocol/session_plugin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session_plugin.cc
diff --git a/remoting/protocol/session_plugin.cc b/remoting/protocol/session_plugin.cc
new file mode 100644
index 0000000000000000000000000000000000000000..94bbc11a6cf5e97027db5876caa5a7a55429e9b4
--- /dev/null
+++ b/remoting/protocol/session_plugin.cc
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "remoting/base/constants.h"
+#include "remoting/protocol/session_plugin.h"
+
+namespace remoting {
+namespace protocol {
+
+SessionPlugin::SessionPlugin() = default;
+
+SessionPlugin::~SessionPlugin() = default;
+
+} // namespace protocol
+} // namespace remoting
« remoting/protocol/session_plugin.h ('K') | « remoting/protocol/session_plugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698