| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index c741ab75d058398551c47b905edd79cf017a2327..59da0950995703000b7478c54ec6e1acb1660bc1 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -368,9 +368,10 @@ class Browser : public TabStripModelObserver,
|
|
|
| // External state change handling ////////////////////////////////////////////
|
|
|
| - // Invoked when the fullscreen state of the window changes.
|
| - // BrowserWindow::EnterFullscreen invokes this after the window has become
|
| - // fullscreen.
|
| + // BrowserWindow::EnterFullscreen invokes WindowFullscreenStateWillChange at
|
| + // the beginning of a fullscreen transition, and WindowFullscreenStateChanged
|
| + // at the end.
|
| + void WindowFullscreenStateWillChange();
|
| void WindowFullscreenStateChanged();
|
|
|
| // Assorted browser commands ////////////////////////////////////////////////
|
|
|