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

Unified Diff: ash/shell.cc

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal 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/shelf/shelf_layout_manager.cc ('k') | ash/wm/ash_focus_rules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 02f4f6f8819f141c44ca9c7a4d55b425853e5c88..cfe005e1d8fc9550daf310d26abee4993b391957 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -1048,8 +1048,7 @@ void Shell::Init(const ShellInitParams& init_params) {
magnification_controller_.reset(
MagnificationController::CreateInstance());
- mru_window_tracker_.reset(new MruWindowTracker(activation_client_,
- focus_rules));
+ mru_window_tracker_.reset(new MruWindowTracker);
partial_magnification_controller_.reset(
new PartialMagnificationController());
« no previous file with comments | « ash/shelf/shelf_layout_manager.cc ('k') | ash/wm/ash_focus_rules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698