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

Unified Diff: ash/focus_cycler.cc

Issue 786513003: Cleaning up MruWindowTracker::BuildWindowList() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/focus_cycler.cc
diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc
index b0d6d4d37f466140a87d3c6b1687d2c42982fbac..2ccf256b3a2110d1e115e219e223219cfddad363 100644
--- a/ash/focus_cycler.cc
+++ b/ash/focus_cycler.cc
@@ -19,7 +19,7 @@ namespace ash {
namespace {
bool HasFocusableWindow() {
- return !MruWindowTracker::BuildWindowList(false).empty();
+ return !MruWindowTracker::BuildWindowList().empty();
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698