summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 9dde5c4..08ae512 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -389,14 +389,6 @@ void Shell::OnOverviewModeEnding() {
FOR_EACH_OBSERVER(ShellObserver, observers_, OnOverviewModeEnding());
}
-void Shell::OnMaximizeModeStarted() {
- FOR_EACH_OBSERVER(ShellObserver, observers_, OnMaximizeModeStarted());
-}
-
-void Shell::OnMaximizeModeEnded() {
- FOR_EACH_OBSERVER(ShellObserver, observers_, OnMaximizeModeEnded());
-}
-
void Shell::CreateShelf() {
RootWindowControllerList controllers = GetAllRootWindowControllers();
for (RootWindowControllerList::iterator iter = controllers.begin();