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

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

Issue 2688413012: Don't animate the download shelf when entering/exiting fullscreen. (Closed)
Patch Set: Turn on animation for all tests except the one that was flaky due to animation. 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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index df9d34c9fb293b215406bdf7ec7fc3cb941c15c7..6d268b3bc3ceb2e8d1d55961f0779945bafe022d 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -826,6 +826,11 @@ Browser::DownloadClosePreventionType Browser::OkToCloseWithInProgressDownloads(
////////////////////////////////////////////////////////////////////////////////
// Browser, Tab adding/showing functions:
+void Browser::WindowFullscreenStateWillChange() {
+ exclusive_access_manager_->fullscreen_controller()
+ ->WindowFullscreenStateWillChange();
+}
+
void Browser::WindowFullscreenStateChanged() {
exclusive_access_manager_->fullscreen_controller()
->WindowFullscreenStateChanged();
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698