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

Unified Diff: ash/shell.h

Issue 2113053003: Moves Shell::maximize_mode_controller() to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 4 years, 6 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/mus/bridge/wm_shell_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index d75de327b40355ab2be7a3a9acf0ffa78d547577..b2b430429dbe2c055af9f097ea6d2a05a3b002de 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -107,8 +107,6 @@ class LocaleNotificationController;
class LockStateController;
enum class LoginStatus;
class MagnificationController;
-class MaximizeModeController;
-class MaximizeModeWindowManager;
class MouseCursorEventFilter;
class NewWindowDelegate;
class OverlayEventFilter;
@@ -464,10 +462,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Starts the animation that occurs on first login.
void DoInitialWorkspaceAnimation();
- MaximizeModeController* maximize_mode_controller() {
- return maximize_mode_controller_.get();
- }
-
#if defined(OS_CHROMEOS)
// TODO(oshima): Move these objects to WindowTreeHostManager.
ui::DisplayConfigurator* display_configurator() {
@@ -698,7 +692,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
#endif // defined(OS_CHROMEOS)
std::unique_ptr<ToastManager> toast_manager_;
- std::unique_ptr<MaximizeModeController> maximize_mode_controller_;
// |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
// pointer to vend to test code.
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698