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

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: 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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index f672bb08ddda69b6b46a8ef791cb3d8b0fab2930..63ba3e73ac9bfafe459808c04c7bb492d0d2f433 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -55,6 +55,7 @@ class WindowResizer;
class WindowSelectorController;
class WmActivationObserver;
class WmDisplayObserver;
+class WmImmersiveFullscreenController;
class WmWindow;
enum class TaskSwitchSource;
@@ -247,6 +248,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();

Powered by Google App Engine
This is Rietveld 408576698