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

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

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/BUILD.gn ('k') | ash/public/cpp/shell_window_ids.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.h
diff --git a/ash/public/cpp/shell_window_ids.h b/ash/public/cpp/shell_window_ids.h
index ab5a16840647c1a37abb98576acd4dedbbfc1aa4..d5ae3c0b2debe4fdcbec87c35b62336181906c08 100644
--- a/ash/public/cpp/shell_window_ids.h
+++ b/ash/public/cpp/shell_window_ids.h
@@ -77,6 +77,14 @@ enum ShellWindowId {
// The container for the lock screen.
kShellWindowId_LockScreenContainer,
+ // The container for windows that handle lock tray actions (e.g. new note
+ // action). The action handler container's children should be visible on lock
+ // screen, but only when an action is being handled - i.e. action handling
+ // state is either:
+ // * active - the container is stacked above LockScreenContainer
+ // * background - the container is stacked below LockScreenContainer
+ kShellWindowId_LockActionHandlerContainer,
+
// The container for the lock screen modal windows.
kShellWindowId_LockSystemModalContainer,
@@ -136,6 +144,7 @@ const int32_t kAllShellContainerIds[] = {
kShellWindowId_SystemModalContainer,
kShellWindowId_LockScreenWallpaperContainer,
kShellWindowId_LockScreenContainer,
+ kShellWindowId_LockActionHandlerContainer,
kShellWindowId_LockSystemModalContainer,
kShellWindowId_StatusContainer,
kShellWindowId_ImeWindowParentContainer,
« no previous file with comments | « ash/BUILD.gn ('k') | ash/public/cpp/shell_window_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698