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

Unified Diff: ash/public/cpp/shell_window_ids.cc

Issue 2876993002: Introduce window container to be used by lock screen app windows (Closed)
Patch Set: . Created 3 years, 7 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/public/cpp/shell_window_ids.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/shell_window_ids.cc
diff --git a/ash/public/cpp/shell_window_ids.cc b/ash/public/cpp/shell_window_ids.cc
index 6ab70fdeb29ffda942fb8d740ed2c7456a006c02..ac85430a83ecdf65c9277df0a66e6b0cd6326d4c 100644
--- a/ash/public/cpp/shell_window_ids.cc
+++ b/ash/public/cpp/shell_window_ids.cc
@@ -13,9 +13,11 @@ namespace ash {
// containers appearing later in the list.
const int32_t kActivatableShellWindowIds[] = {
kShellWindowId_OverlayContainer, kShellWindowId_LockSystemModalContainer,
- kShellWindowId_SettingBubbleContainer, kShellWindowId_LockScreenContainer,
- kShellWindowId_SystemModalContainer, kShellWindowId_AlwaysOnTopContainer,
- kShellWindowId_AppListContainer, kShellWindowId_DefaultContainer,
+ kShellWindowId_SettingBubbleContainer,
+ kShellWindowId_LockActionHandlerContainer,
+ kShellWindowId_LockScreenContainer, kShellWindowId_SystemModalContainer,
+ kShellWindowId_AlwaysOnTopContainer, kShellWindowId_AppListContainer,
+ kShellWindowId_DefaultContainer,
// Panel, launcher and status are intentionally checked after other
// containers even though these layers are higher. The user expects their
« no previous file with comments | « ash/public/cpp/shell_window_ids.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698