Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index 3a29e29e0370182249e0fd6dde582256ecd38949..a762b223012d70de1fb6eb2780c4c3bb07a43566 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -302,6 +302,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(); |