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

Unified Diff: ash/common/wm_shell.h

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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/wm_immersive_fullscreen_controller_delegate.h ('k') | ash/common/wm_window.h » ('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 0f029eb4256211a2cd35848c071d4aca6c42a666..790809a04ff5439e65cc8d56d170fc882ce10a30 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -59,6 +59,7 @@ class WindowResizer;
class WindowSelectorController;
class WmActivationObserver;
class WmDisplayObserver;
+class WmImmersiveFullscreenController;
class WmWindow;
enum class TaskSwitchSource;
@@ -260,6 +261,9 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
CreateScopedDisableInternalMouseAndKeyboard() = 0;
+ virtual std::unique_ptr<WmImmersiveFullscreenController>
+ CreateImmersiveFullscreenController() = 0;
+
// Called after maximize mode has started, windows might still animate though.
void OnMaximizeModeStarted();
« no previous file with comments | « ash/common/wm/immersive/wm_immersive_fullscreen_controller_delegate.h ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698