Chromium Code Reviews| Index: athena/wm/window_manager_impl.h |
| diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h |
| index adbc1878203875af555f183842c5c353bc800b40..2a8d5acb1d2ea39c489e8af55ecde9e933654280 100644 |
| --- a/athena/wm/window_manager_impl.h |
| +++ b/athena/wm/window_manager_impl.h |
| @@ -34,15 +34,13 @@ class WindowManagerImpl : public WindowManager, |
| WindowManagerImpl(); |
| virtual ~WindowManagerImpl(); |
| - void Layout(); |
| - |
| // WindowManager: |
| virtual void ToggleOverview() OVERRIDE; |
| - |
| virtual bool IsOverviewModeActive() OVERRIDE; |
| private: |
| friend class WindowManagerImplTestApi; |
| + friend class AthenaContainerLayoutManager; |
|
sadrul
2014/08/18 05:30:05
An alternative to this is to expose some of the in
|
| enum Command { |
| CMD_TOGGLE_OVERVIEW, |