| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 240c0a1584a0adc42817c60d7262f07edf9777b3..42ac186daa57aac47586aa2abdc281b8bf602adf 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -19,6 +19,7 @@
|
| #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 {
|
| @@ -213,9 +214,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;
|
|
|
|
|