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

Unified Diff: ash/common/wm/mru_window_tracker.cc

Issue 2045793002: Moves MruWindowTracker into common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mru_window_tracker
Patch Set: not relative 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/common/wm/mru_window_tracker.h ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/mru_window_tracker.cc
diff --git a/ash/wm/mru_window_tracker.cc b/ash/common/wm/mru_window_tracker.cc
similarity index 97%
rename from ash/wm/mru_window_tracker.cc
rename to ash/common/wm/mru_window_tracker.cc
index 30a40f6f3b7e251edad8ca3ba55342c20fe7bb18..acaeb6b993ac1d19991b694548b63c2d86bbc685 100644
--- a/ash/wm/mru_window_tracker.cc
+++ b/ash/common/wm/mru_window_tracker.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/mru_window_tracker.h"
+#include "ash/common/wm/mru_window_tracker.h"
#include <algorithm>
@@ -122,8 +122,8 @@ MruWindowTracker::WindowList MruWindowTracker::BuildMruWindowList() const {
return BuildWindowListInternal(&mru_windows_, base::Bind(&CallCanActivate));
}
-MruWindowTracker::WindowList
-MruWindowTracker::BuildWindowListIgnoreModal() const {
+MruWindowTracker::WindowList MruWindowTracker::BuildWindowListIgnoreModal()
+ const {
return BuildWindowListInternal(nullptr,
base::Bind(&IsWindowConsideredActivatable));
}
« no previous file with comments | « ash/common/wm/mru_window_tracker.h ('k') | ash/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698