Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index ba9ddfdc945ef2ef438715ad2eaceaae62ed1fa7..56af8d1afe63ef47a16c8fec7daf0db04581dadf 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -301,6 +301,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
// their original position. |
void OnMaximizeModeEnded(); |
+ // Called when a root window is created. |
+ void OnRootWindowAdded(aura::Window* root_window); |
+ |
// Initializes |shelf_|. Does nothing if it's already initialized. |
void CreateShelf(); |