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

Side by Side Diff: ash/aura/wm_shell_aura.h

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/ash.gyp ('k') | ash/aura/wm_shell_aura.cc » ('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 #ifndef ASH_AURA_WM_SHELL_AURA_H_ 5 #ifndef ASH_AURA_WM_SHELL_AURA_H_
6 #define ASH_AURA_WM_SHELL_AURA_H_ 6 #define ASH_AURA_WM_SHELL_AURA_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ui::MenuSourceType source_type) override; 55 ui::MenuSourceType source_type) override;
56 std::unique_ptr<WindowResizer> CreateDragWindowResizer( 56 std::unique_ptr<WindowResizer> CreateDragWindowResizer(
57 std::unique_ptr<WindowResizer> next_window_resizer, 57 std::unique_ptr<WindowResizer> next_window_resizer,
58 wm::WindowState* window_state) override; 58 wm::WindowState* window_state) override;
59 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter() 59 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter()
60 override; 60 override;
61 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler() 61 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
62 override; 62 override;
63 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard> 63 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
64 CreateScopedDisableInternalMouseAndKeyboard() override; 64 CreateScopedDisableInternalMouseAndKeyboard() override;
65 std::unique_ptr<WmImmersiveFullscreenController> 65 std::unique_ptr<ImmersiveFullscreenController>
66 CreateImmersiveFullscreenController() override; 66 CreateImmersiveFullscreenController() override;
67 void OnOverviewModeStarting() override; 67 void OnOverviewModeStarting() override;
68 void OnOverviewModeEnded() override; 68 void OnOverviewModeEnded() override;
69 SessionStateDelegate* GetSessionStateDelegate() override; 69 SessionStateDelegate* GetSessionStateDelegate() override;
70 void AddActivationObserver(WmActivationObserver* observer) override; 70 void AddActivationObserver(WmActivationObserver* observer) override;
71 void RemoveActivationObserver(WmActivationObserver* observer) override; 71 void RemoveActivationObserver(WmActivationObserver* observer) override;
72 void AddDisplayObserver(WmDisplayObserver* observer) override; 72 void AddDisplayObserver(WmDisplayObserver* observer) override;
73 void RemoveDisplayObserver(WmDisplayObserver* observer) override; 73 void RemoveDisplayObserver(WmDisplayObserver* observer) override;
74 void AddPointerWatcher(views::PointerWatcher* watcher, 74 void AddPointerWatcher(views::PointerWatcher* watcher,
75 bool wants_moves) override; 75 bool wants_moves) override;
(...skipping 21 matching lines...) Expand all
97 97
98 bool added_display_observer_ = false; 98 bool added_display_observer_ = false;
99 base::ObserverList<WmDisplayObserver> display_observers_; 99 base::ObserverList<WmDisplayObserver> display_observers_;
100 100
101 DISALLOW_COPY_AND_ASSIGN(WmShellAura); 101 DISALLOW_COPY_AND_ASSIGN(WmShellAura);
102 }; 102 };
103 103
104 } // namespace ash 104 } // namespace ash
105 105
106 #endif // ASH_AURA_WM_SHELL_AURA_H_ 106 #endif // ASH_AURA_WM_SHELL_AURA_H_
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698