Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2433)

Unified Diff: chrome/browser/ui/browser.h

Issue 2688413012: Don't animate the download shelf when entering/exiting fullscreen. (Closed)
Patch Set: Rename Show to Open more consistently. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index dce38b644a549d05d094ef33e73bc8a20a5bad41..ba7c811cb84770389580476b29aa431476c1cb5a 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 ////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698