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

Side by Side Diff: ash/wm/immersive_focus_watcher_aura.cc

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « ash/wm/immersive_context_ash.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/wm/immersive_focus_watcher_aura.h" 5 #include "ash/wm/immersive_focus_watcher_aura.h"
6 6
7 #include "ash/wm/immersive_fullscreen_controller.h" 7 #include "ash/shared/immersive_fullscreen_controller.h"
8 #include "ui/aura/window.h" 8 #include "ui/aura/window.h"
9 #include "ui/views/bubble/bubble_dialog_delegate.h" 9 #include "ui/views/bubble/bubble_dialog_delegate.h"
10 #include "ui/views/view.h" 10 #include "ui/views/view.h"
11 #include "ui/views/widget/widget.h" 11 #include "ui/views/widget/widget.h"
12 #include "ui/wm/core/transient_window_manager.h" 12 #include "ui/wm/core/transient_window_manager.h"
13 #include "ui/wm/core/window_util.h" 13 #include "ui/wm/core/window_util.h"
14 #include "ui/wm/public/activation_client.h" 14 #include "ui/wm/public/activation_client.h"
15 15
16 namespace ash { 16 namespace ash {
17 namespace { 17 namespace {
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 } 271 }
272 } 272 }
273 273
274 void ImmersiveFocusWatcherAura::OnTransientChildRemoved( 274 void ImmersiveFocusWatcherAura::OnTransientChildRemoved(
275 aura::Window* window, 275 aura::Window* window,
276 aura::Window* transient) { 276 aura::Window* transient) {
277 bubble_observer_->StopObserving(transient); 277 bubble_observer_->StopObserving(transient);
278 } 278 }
279 279
280 } // namespace ash 280 } // namespace ash
OLDNEW
« no previous file with comments | « ash/wm/immersive_context_ash.cc ('k') | ash/wm/immersive_fullscreen_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698