Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index 2adc80dcccb75225fb24e7d9b28f6c13e1e4b299..1e97cbda0f1eff7b15ecbac39dbb81d408c7dc36 100644 |
--- a/ash/common/wm_shell.h |
+++ b/ash/common/wm_shell.h |
@@ -18,9 +18,7 @@ |
#include "base/observer_list.h" |
#include "components/ui_devtools/devtools_server.h" |
#include "ui/base/ui_base_types.h" |
-#include "ui/compositor/layer_type.h" |
#include "ui/wm/public/activation_change_observer.h" |
-#include "ui/wm/public/window_types.h" |
namespace app_list { |
class AppList; |
@@ -221,9 +219,6 @@ class ASH_EXPORT WmShell : public SessionStateObserver, |
// Returns true when ash is running as a service_manager::Service. |
virtual bool IsRunningInMash() const = 0; |
- virtual WmWindow* NewWindow(ui::wm::WindowType window_type, |
- ui::LayerType layer_type) = 0; |
- |
virtual WmWindow* GetFocusedWindow() = 0; |
virtual WmWindow* GetActiveWindow() = 0; |