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

Unified Diff: ash/shell_window_ids.h

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge/sync Created 9 years 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/shell.cc ('k') | ash/wm/shadow_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 25bc085307cfabf619d929c6615d38285cac9986..53a7b386d13ef6dce5cf9062b2c888d7a49f1eeb 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -21,23 +21,26 @@ const int kShellWindowId_DefaultContainer = 1;
// The container for top-level windows with the 'always-on-top' flag set.
const int kShellWindowId_AlwaysOnTopContainer = 2;
+// The container for panel windows.
+const int kShellWindowId_PanelContainer = 3;
+
// The container for the launcher.
-const int kShellWindowId_LauncherContainer = 3;
+const int kShellWindowId_LauncherContainer = 4;
// The container for user-specific modal windows.
-const int kShellWindowId_ModalContainer = 4;
+const int kShellWindowId_ModalContainer = 5;
// The container for the lock screen.
-const int kShellWindowId_LockScreenContainer = 5;
+const int kShellWindowId_LockScreenContainer = 6;
// The container for the lock screen modal windows.
-const int kShellWindowId_LockModalContainer = 6;
+const int kShellWindowId_LockModalContainer = 7;
// The container for the status area.
-const int kShellWindowId_StatusContainer = 7;
+const int kShellWindowId_StatusContainer = 8;
// The container for menus and tooltips.
-const int kShellWindowId_MenusAndTooltipsContainer = 8;
+const int kShellWindowId_MenusAndTooltipsContainer = 9;
} // namespace internal
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698