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

Unified Diff: ui/views/mus/test_utils.h

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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 | « ui/views/mus/surface_context_factory.cc ('k') | ui/views/mus/text_input_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/test_utils.h
diff --git a/ui/views/mus/test_utils.h b/ui/views/mus/test_utils.h
index c4d21ee8a424e212d2905357ba45895983696c63..419fee9dc31436089e6bbb7553d420b8f53b9cb1 100644
--- a/ui/views/mus/test_utils.h
+++ b/ui/views/mus/test_utils.h
@@ -7,29 +7,10 @@
#include "base/memory/ptr_util.h"
#include "ui/views/mus/mus_client.h"
-#include "ui/views/mus/window_manager_connection.h"
namespace views {
namespace test {
-class WindowManagerConnectionTestApi {
- public:
- explicit WindowManagerConnectionTestApi(WindowManagerConnection* connection)
- : connection_(connection) {}
- ~WindowManagerConnectionTestApi() {}
-
- ui::Window* GetUiWindowAtScreenPoint(const gfx::Point& point) {
- return connection_->GetUiWindowAtScreenPoint(point);
- }
-
- ScreenMus* screen() { return connection_->screen_.get(); }
-
- private:
- WindowManagerConnection* connection_;
-
- DISALLOW_COPY_AND_ASSIGN(WindowManagerConnectionTestApi);
-};
-
class MusClientTestApi {
public:
static std::unique_ptr<MusClient> Create(
« no previous file with comments | « ui/views/mus/surface_context_factory.cc ('k') | ui/views/mus/text_input_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698