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

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

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge 2 trunk Created 4 years, 3 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 void RecordTaskSwitchMetric(TaskSwitchSource source) override; 57 void RecordTaskSwitchMetric(TaskSwitchSource source) override;
58 void ShowContextMenu(const gfx::Point& location_in_screen, 58 void ShowContextMenu(const gfx::Point& location_in_screen,
59 ui::MenuSourceType source_type) override; 59 ui::MenuSourceType source_type) override;
60 std::unique_ptr<WindowResizer> CreateDragWindowResizer( 60 std::unique_ptr<WindowResizer> CreateDragWindowResizer(
61 std::unique_ptr<WindowResizer> next_window_resizer, 61 std::unique_ptr<WindowResizer> next_window_resizer,
62 wm::WindowState* window_state) override; 62 wm::WindowState* window_state) override;
63 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter() 63 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter()
64 override; 64 override;
65 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler() 65 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
66 override; 66 override;
67 std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
68 WmWindow* workspace_window) override;
67 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard> 69 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
68 CreateScopedDisableInternalMouseAndKeyboard() override; 70 CreateScopedDisableInternalMouseAndKeyboard() override;
69 std::unique_ptr<ImmersiveFullscreenController> 71 std::unique_ptr<ImmersiveFullscreenController>
70 CreateImmersiveFullscreenController() override; 72 CreateImmersiveFullscreenController() override;
71 void OnOverviewModeStarting() override; 73 void OnOverviewModeStarting() override;
72 void OnOverviewModeEnded() override; 74 void OnOverviewModeEnded() override;
73 SessionStateDelegate* GetSessionStateDelegate() override; 75 SessionStateDelegate* GetSessionStateDelegate() override;
74 void AddActivationObserver(WmActivationObserver* observer) override; 76 void AddActivationObserver(WmActivationObserver* observer) override;
75 void RemoveActivationObserver(WmActivationObserver* observer) override; 77 void RemoveActivationObserver(WmActivationObserver* observer) override;
76 void AddDisplayObserver(WmDisplayObserver* observer) override; 78 void AddDisplayObserver(WmDisplayObserver* observer) override;
(...skipping 26 matching lines...) Expand all
103 105
104 bool added_display_observer_ = false; 106 bool added_display_observer_ = false;
105 base::ObserverList<WmDisplayObserver> display_observers_; 107 base::ObserverList<WmDisplayObserver> display_observers_;
106 108
107 DISALLOW_COPY_AND_ASSIGN(WmShellAura); 109 DISALLOW_COPY_AND_ASSIGN(WmShellAura);
108 }; 110 };
109 111
110 } // namespace ash 112 } // namespace ash
111 113
112 #endif // ASH_AURA_WM_SHELL_AURA_H_ 114 #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