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

Unified Diff: ash/common/wm_shell.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/wm/immersive_revealed_lock.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 0ff69ef77be773f17ef8d6dec55c87947651edcd..c2a0f934eb56e3657969f62a5364b4baf5b85daa 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -38,6 +38,8 @@ class AccessibilityDelegate;
class BrightnessControlDelegate;
class DisplayInfo;
class FocusCycler;
+class ImmersiveContextAsh;
+class ImmersiveFullscreenController;
class KeyboardBrightnessControlDelegate;
class KeyboardUI;
class MaximizeModeController;
@@ -60,7 +62,6 @@ class WindowResizer;
class WindowSelectorController;
class WmActivationObserver;
class WmDisplayObserver;
-class WmImmersiveFullscreenController;
class WmWindow;
enum class TaskSwitchSource;
@@ -269,7 +270,7 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
CreateScopedDisableInternalMouseAndKeyboard() = 0;
- virtual std::unique_ptr<WmImmersiveFullscreenController>
+ virtual std::unique_ptr<ImmersiveFullscreenController>
CreateImmersiveFullscreenController() = 0;
void CreateShelfDelegate();
@@ -390,6 +391,7 @@ class ASH_EXPORT WmShell {
std::unique_ptr<AccessibilityDelegate> accessibility_delegate_;
std::unique_ptr<BrightnessControlDelegate> brightness_control_delegate_;
std::unique_ptr<FocusCycler> focus_cycler_;
+ std::unique_ptr<ImmersiveContextAsh> immersive_context_;
std::unique_ptr<KeyboardBrightnessControlDelegate>
keyboard_brightness_control_delegate_;
std::unique_ptr<KeyboardUI> keyboard_ui_;
« no previous file with comments | « ash/common/wm/immersive_revealed_lock.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698