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

Unified Diff: ui/views/mus/window_tree_host_mus.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/window_manager_connection_unittest.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_tree_host_mus.h
diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
deleted file mode 100644
index c513171d59d93cf5ac3b620a75cc8555d5924bc5..0000000000000000000000000000000000000000
--- a/ui/views/mus/window_tree_host_mus.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef UI_VIEWS_MUS_WINDOW_TREE_HOST_MUS_H_
-#define UI_VIEWS_MUS_WINDOW_TREE_HOST_MUS_H_
-
-#include "base/macros.h"
-#include "services/service_manager/public/cpp/connector.h"
-#include "ui/aura/window_tree_host_platform.h"
-#include "ui/views/mus/mus_export.h"
-
-namespace ui {
-class Window;
-}
-
-namespace views {
-
-class NativeWidgetMus;
-
-class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
- public:
- WindowTreeHostMus(NativeWidgetMus* native_widget, ui::Window* window);
- ~WindowTreeHostMus() override;
- NativeWidgetMus* native_widget() { return native_widget_; }
-
- private:
- // aura::WindowTreeHostPlatform:
- void DispatchEvent(ui::Event* event) override;
- void OnClosed() override;
- void OnActivationChanged(bool active) override;
- void OnCloseRequest() override;
- gfx::ICCProfile GetICCProfileForCurrentDisplay() override;
-
- NativeWidgetMus* native_widget_;
-
- DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMus);
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_MUS_WINDOW_TREE_HOST_MUS_H_
« no previous file with comments | « ui/views/mus/window_manager_connection_unittest.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698