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

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

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default 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/aura/key_event_watcher_aura.cc ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter() 64 std::unique_ptr<WindowCycleEventFilter> CreateWindowCycleEventFilter()
65 override; 65 override;
66 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler() 66 std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
67 override; 67 override;
68 std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler( 68 std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
69 WmWindow* workspace_window) override; 69 WmWindow* workspace_window) override;
70 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard> 70 std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
71 CreateScopedDisableInternalMouseAndKeyboard() override; 71 CreateScopedDisableInternalMouseAndKeyboard() override;
72 std::unique_ptr<ImmersiveFullscreenController> 72 std::unique_ptr<ImmersiveFullscreenController>
73 CreateImmersiveFullscreenController() override; 73 CreateImmersiveFullscreenController() override;
74 std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() override;
74 void OnOverviewModeStarting() override; 75 void OnOverviewModeStarting() override;
75 void OnOverviewModeEnded() override; 76 void OnOverviewModeEnded() override;
76 SessionStateDelegate* GetSessionStateDelegate() override; 77 SessionStateDelegate* GetSessionStateDelegate() override;
77 void AddActivationObserver(WmActivationObserver* observer) override; 78 void AddActivationObserver(WmActivationObserver* observer) override;
78 void RemoveActivationObserver(WmActivationObserver* observer) override; 79 void RemoveActivationObserver(WmActivationObserver* observer) override;
79 void AddDisplayObserver(WmDisplayObserver* observer) override; 80 void AddDisplayObserver(WmDisplayObserver* observer) override;
80 void RemoveDisplayObserver(WmDisplayObserver* observer) override; 81 void RemoveDisplayObserver(WmDisplayObserver* observer) override;
81 void AddPointerWatcher(views::PointerWatcher* watcher, 82 void AddPointerWatcher(views::PointerWatcher* watcher,
82 views::PointerWatcherEventTypes events) override; 83 views::PointerWatcherEventTypes events) override;
83 void RemovePointerWatcher(views::PointerWatcher* watcher) override; 84 void RemovePointerWatcher(views::PointerWatcher* watcher) override;
(...skipping 23 matching lines...) Expand all
107 108
108 bool added_display_observer_ = false; 109 bool added_display_observer_ = false;
109 base::ObserverList<WmDisplayObserver> display_observers_; 110 base::ObserverList<WmDisplayObserver> display_observers_;
110 111
111 DISALLOW_COPY_AND_ASSIGN(WmShellAura); 112 DISALLOW_COPY_AND_ASSIGN(WmShellAura);
112 }; 113 };
113 114
114 } // namespace ash 115 } // namespace ash
115 116
116 #endif // ASH_AURA_WM_SHELL_AURA_H_ 117 #endif // ASH_AURA_WM_SHELL_AURA_H_
OLDNEW
« no previous file with comments | « ash/aura/key_event_watcher_aura.cc ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698