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

Unified Diff: athena/screen/screen_manager_impl.cc

Issue 651773003: Test the home card stays bottom after activation change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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 | « athena/home/home_card_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/screen_manager_impl.cc
diff --git a/athena/screen/screen_manager_impl.cc b/athena/screen/screen_manager_impl.cc
index 5182b7e8e622f84c220584281958aa18d808e9e7..9cc22e7390de0001f9c245550c37959f0ceba07f 100644
--- a/athena/screen/screen_manager_impl.cc
+++ b/athena/screen/screen_manager_impl.cc
@@ -112,6 +112,7 @@ class AthenaFocusRules : public wm::BaseFocusRules {
aura::Window* ignore) const override {
aura::Window* next = wm::BaseFocusRules::GetNextActivatableWindow(ignore);
// TODO(oshima): Search from activatable containers if |next| is NULL.
+ // crbug.com/424750.
return next;
}
« no previous file with comments | « athena/home/home_card_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698