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

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc

Issue 149303003: [Refactor] Move the logic to update bounds for show type from WorkspaceLayoutManager to DefaultState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/views/frame/immersive_mode_controller_ash.cc
diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
index adb88d4787052d8b0704bc32893cafd312728333..bebb5eb84e715dc21dc7e2e8364a4c09500c9d66 100644
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc
@@ -212,7 +212,7 @@ ImmersiveModeControllerAsh::GetVisibleBoundsInScreen() const {
return bounds_in_screen;
}
-void ImmersiveModeControllerAsh::OnWindowShowTypeChanged(
+void ImmersiveModeControllerAsh::OnPostWindowShowTypeChange(
ash::wm::WindowState* window_state,
ash::wm::WindowShowType old_type) {
// Disable immersive fullscreen when the user exits fullscreen without going

Powered by Google App Engine
This is Rietveld 408576698