Index: athena/wm/public/window_manager_observer.h |
diff --git a/athena/wm/public/window_manager_observer.h b/athena/wm/public/window_manager_observer.h |
index 216b58ceeee3e39287b67c2aa25177e96bc9e088..e7f6bcfa610f862067b1be9b6d8727454089802f 100644 |
--- a/athena/wm/public/window_manager_observer.h |
+++ b/athena/wm/public/window_manager_observer.h |
@@ -13,10 +13,10 @@ |
public: |
virtual ~WindowManagerObserver() {} |
- // Called immediately before the overview mode is displayed. |
+ // Called when the overview mode is displayed. |
virtual void OnOverviewModeEnter() = 0; |
- // Called immediately after going out of the overview mode. |
+ // Called when going out of overview mode. |
virtual void OnOverviewModeExit() = 0; |
}; |