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

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

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/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();

Powered by Google App Engine
This is Rietveld 408576698