diff options
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r-- | ash/shell_window_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h index 42849c4..6376ef7 100644 --- a/ash/shell_window_ids.h +++ b/ash/shell_window_ids.h @@ -28,13 +28,13 @@ const int kShellWindowId_PanelContainer = 3; const int kShellWindowId_LauncherContainer = 4; // The container for user-specific modal windows. -const int kShellWindowId_ModalContainer = 5; +const int kShellWindowId_SystemModalContainer = 5; // The container for the lock screen. const int kShellWindowId_LockScreenContainer = 6; // The container for the lock screen modal windows. -const int kShellWindowId_LockModalContainer = 7; +const int kShellWindowId_LockSystemModalContainer = 7; // The container for the status area. const int kShellWindowId_StatusContainer = 8; |