diff options
Diffstat (limited to 'chrome/views/window_delegate.h')
-rw-r--r-- | chrome/views/window_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window_delegate.h b/chrome/views/window_delegate.h index 8f60db4..7d0cb44 100644 --- a/chrome/views/window_delegate.h +++ b/chrome/views/window_delegate.h @@ -120,7 +120,7 @@ class WindowDelegate { virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const; virtual bool GetSavedMaximizedState(bool* maximized) const; virtual bool GetSavedAlwaysOnTopState(bool* always_on_top) const; - + // Called when the window closes. virtual void WindowClosing() { } |