| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index c1782f531a8b60552f71c0d5571865e4d43b1bc6..ab69803e7a31c4bbcb683e7bdcfef5f3b279b7d3 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -74,11 +74,6 @@ class ASH_EXPORT WmShell {
|
| virtual bool IsRunningInMash() const = 0;
|
| virtual Config GetConfig() const = 0;
|
|
|
| - virtual WmWindow* GetFocusedWindow() = 0;
|
| - virtual WmWindow* GetActiveWindow() = 0;
|
| -
|
| - virtual WmWindow* GetCaptureWindow() = 0;
|
| -
|
| // Convenience for GetPrimaryRootWindow()->GetRootWindowController().
|
| RootWindowController* GetPrimaryRootWindowController();
|
|
|
|
|