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

Unified Diff: ash/wm/activation_controller.cc

Issue 9570013: Activate the status area only when it's focused using the keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix CycleFocus* tests in aura_shell_unittests Created 8 years, 9 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/wm/activation_controller.cc
diff --git a/ash/wm/activation_controller.cc b/ash/wm/activation_controller.cc
index c61843624881cc98c92df7544bc98ab95693a5ee..75fa135feeac21f9330a2f6cb5dfacb112bdac73 100644
--- a/ash/wm/activation_controller.cc
+++ b/ash/wm/activation_controller.cc
@@ -28,6 +28,7 @@ const int kWindowContainerIds[] = {
kShellWindowId_LockScreenContainer,
kShellWindowId_SystemModalContainer,
kShellWindowId_AlwaysOnTopContainer,
+ kShellWindowId_SettingBubbleContainer,
kShellWindowId_DefaultContainer,
// Panel, launcher and status are intentionally checked after other
@@ -36,7 +37,6 @@ const int kWindowContainerIds[] = {
kShellWindowId_PanelContainer,
kShellWindowId_LauncherContainer,
kShellWindowId_StatusContainer,
- kShellWindowId_SettingBubbleContainer,
};
aura::Window* GetContainer(int id) {

Powered by Google App Engine
This is Rietveld 408576698