| Index: ash/common/wm_window.h
|
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
|
| index 5fa3c26d81a4e45aab23ce5e4c8bea61fa75bc25..8714562105736a9899ecb523698ba9a26758b975 100644
|
| --- a/ash/common/wm_window.h
|
| +++ b/ash/common/wm_window.h
|
| @@ -273,6 +273,7 @@ class ASH_EXPORT WmWindow {
|
|
|
| virtual void AddObserver(WmWindowObserver* observer) = 0;
|
| virtual void RemoveObserver(WmWindowObserver* observer) = 0;
|
| + virtual bool HasObserver(const WmWindowObserver* observer) const = 0;
|
|
|
| protected:
|
| virtual ~WmWindow() {}
|
|
|