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

Unified Diff: ash/shell.h

Issue 2115663002: Folds methods in WmShellCommon to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 8aed464df31f2ceabfcf3586b011ddf0b009a971..80fde419eb50bd1d90aae136d7fc501218e21dd9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -11,7 +11,6 @@
#include "ash/ash_export.h"
#include "ash/common/shelf/shelf_types.h"
-#include "ash/common/wm_shell_common.h"
#include "ash/metrics/user_metrics_recorder.h"
#include "ash/wm/cursor_manager_chromeos.h"
#include "ash/wm/system_modal_container_event_filter_delegate.h"
@@ -112,7 +111,6 @@ class MaximizeModeController;
class MaximizeModeWindowManager;
class MediaDelegate;
class MouseCursorEventFilter;
-class MruWindowTracker;
class NewWindowDelegate;
class OverlayEventFilter;
class PartialMagnificationController;
@@ -349,9 +347,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
LockStateController* lock_state_controller() {
return lock_state_controller_.get();
}
- MruWindowTracker* mru_window_tracker() {
- return wm_shell_common_->mru_window_tracker();
- }
VideoDetector* video_detector() { return video_detector_.get(); }
WindowCycleController* window_cycle_controller() {
return window_cycle_controller_.get();
@@ -596,7 +591,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<ScopedOverviewAnimationSettingsFactoryAura>
scoped_overview_animation_settings_factory_;
- std::unique_ptr<WmShellCommon> wm_shell_common_;
std::unique_ptr<WmShellAura> wm_shell_;
// When no explicit target display/RootWindow is given, new windows are
« ash/common/wm_shell.h ('K') | « ash/shelf/shelf_layout_manager.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698