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

Unified Diff: remoting/host/linux/mock_x11_keyboard.cc

Issue 2346643003: [Remoting Host] Handle text event characters that are not presented on the keyboard (Closed)
Patch Set: Merge ToT Created 4 years, 3 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/linux/mock_x11_keyboard.cc
diff --git a/remoting/protocol/ice_config.cc b/remoting/host/linux/mock_x11_keyboard.cc
similarity index 52%
copy from remoting/protocol/ice_config.cc
copy to remoting/host/linux/mock_x11_keyboard.cc
index 4cd9a152f6beb85ef9cab17e8af09f46f9ec64f4..964c9ee43011e238938f50bbac15e0dd6788a6e9 100644
--- a/remoting/protocol/ice_config.cc
+++ b/remoting/host/linux/mock_x11_keyboard.cc
@@ -2,14 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/protocol/ice_config.h"
+#include "remoting/host/linux/mock_x11_keyboard.h"
namespace remoting {
-namespace protocol {
-IceConfig::IceConfig() {}
-IceConfig::IceConfig(const IceConfig& other) = default;
-IceConfig::~IceConfig() {}
+MockX11Keyboard::MockX11Keyboard() {}
+
+MockX11Keyboard::~MockX11Keyboard() {}
+
+void MockX11Keyboard::Flush() {}
+
+void MockX11Keyboard::Sync() {}
-} // namespace protocol
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698