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

Unified Diff: ash/common/wm/window_state_observer.h

Issue 2193783003: Notify WindowStateObserver when minimizing in maximized mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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
Index: ash/common/wm/window_state_observer.h
diff --git a/ash/common/wm/window_state_observer.h b/ash/common/wm/window_state_observer.h
index c13d290f9e1fc7243ee5829e18c02884c7422ca2..7bfec4e1ad9346bf808f261020c3fdf95e93338d 100644
--- a/ash/common/wm/window_state_observer.h
+++ b/ash/common/wm/window_state_observer.h
@@ -14,6 +14,8 @@ class WindowState;
class ASH_EXPORT WindowStateObserver {
public:
+ virtual ~WindowStateObserver() {}
+
// Following observer methods are different from kWindowShowStatekey
// property change as they will be invoked when the window
// gets left/right maximized, and auto positioned. |old_type| is the value

Powered by Google App Engine
This is Rietveld 408576698