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

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

Issue 2688413012: Don't animate the download shelf when entering/exiting fullscreen. (Closed)
Patch Set: Try fixing a 10.9 test; ignore this patchset for the moment 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/exclusive_access/fullscreen_controller.h
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.h b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
index 0a234b284ff7bd57d8058c4d0c43eb5518f21190..58ce24bba39ff84ed0dd708aa8241119c2065d24 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.h
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
@@ -123,6 +123,9 @@ class FullscreenController : public ExclusiveAccessControllerBase {
void ExitExclusiveAccessIfNecessary() override;
// Callbacks /////////////////////////////////////////////////////////////////
+ // Called by Browser::WindowFullscreenStateWillChange.
+ void WindowFullscreenStateWillChange();
+
// Called by Browser::WindowFullscreenStateChanged.
void WindowFullscreenStateChanged();

Powered by Google App Engine
This is Rietveld 408576698