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

Unified Diff: ash/shared/immersive_fullscreen_controller.cc

Issue 2908333003: [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, session, system, wallpaper) (Closed)
Patch Set: [mus ash] Removes WmWindow from ash (rebase, nits and cleanup of use of ResizeHandleWindowTargeter) Created 3 years, 7 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 | « ash/shared/immersive_fullscreen_controller.h ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shared/immersive_fullscreen_controller.cc
diff --git a/ash/shared/immersive_fullscreen_controller.cc b/ash/shared/immersive_fullscreen_controller.cc
index a5f1199d0c047242bb97eaa2f08eb1f3af328f58..0a6aec649072be3b0fc3df95317421919c86f9a6 100644
--- a/ash/shared/immersive_fullscreen_controller.cc
+++ b/ash/shared/immersive_fullscreen_controller.cc
@@ -253,7 +253,6 @@ void ImmersiveFullscreenController::OnPointerEventObserved(
void ImmersiveFullscreenController::OnWidgetDestroying(views::Widget* widget) {
EnableWindowObservers(false);
- widget_window_ = nullptr;
// Set |enabled_| to false such that any calls to MaybeStartReveal() and
// MaybeEndReveal() have no effect.
« no previous file with comments | « ash/shared/immersive_fullscreen_controller.h ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698