Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 4617a1982f80c95e57cf2ba2ab26766fae844e2f..fc7948814774399ed64e12f8b75cdebfb014b5aa 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -397,6 +397,10 @@ void Shell::OnMaximizeModeEnded() { |
FOR_EACH_OBSERVER(ShellObserver, observers_, OnMaximizeModeEnded()); |
} |
+void Shell::OnRootWindowAdded(aura::Window* root_window) { |
+ FOR_EACH_OBSERVER(ShellObserver, observers_, OnRootWindowAdded(root_window)); |
+} |
+ |
void Shell::CreateShelf() { |
RootWindowControllerList controllers = GetAllRootWindowControllers(); |
for (RootWindowControllerList::iterator iter = controllers.begin(); |
@@ -699,6 +703,7 @@ Shell::~Shell() { |
video_activity_notifier_.reset(); |
#endif // defined(OS_CHROMEOS) |
video_detector_.reset(); |
+ high_contrast_controller_.reset(); |
shadow_controller_.reset(); |
resize_shadow_controller_.reset(); |