// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include <string> #include "base/functional/bind.h" #include "base/memory/raw_ptr.h" #include "remoting/base/constants.h" #include "remoting/host/linux/x_server_clipboard.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/x/connection.h" namespace remoting { namespace { class ClipboardTestClient : public x11::EventObserver { … }; } // namespace class XServerClipboardTest : public testing::Test { … }; // http://crbug.com/163428 TEST_F(XServerClipboardTest, DISABLED_CopyPaste) { … } } // namespace remoting