summaryrefslogtreecommitdiffstats
path: root/ash/shell_window_ids.h
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-07 00:49:26 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-07 00:49:26 +0000
commitcec568d6f1e79bda1362bd5d64f494ccd79e6d08 (patch)
treecc9b960ebe9f4026e40a06959a2a61d76e480fc1 /ash/shell_window_ids.h
parent53c953b352cc9992c94d9a93537faa9030b88372 (diff)
downloadchromium_src-cec568d6f1e79bda1362bd5d64f494ccd79e6d08.zip
chromium_src-cec568d6f1e79bda1362bd5d64f494ccd79e6d08.tar.gz
chromium_src-cec568d6f1e79bda1362bd5d64f494ccd79e6d08.tar.bz2
aura: Add container for setting bubbles.
This adds a new container (with nothing stored in it yet) for the bubbles that are briefly displayed on Chrome OS when the volume or brightness is changed. I'm also renaming the MenusAndTooltipsContainer window ID constant to MenuAndTooltipContainer to match the other constants. BUG=108389 TEST=compiles Review URL: http://codereview.chromium.org/9110034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r--ash/shell_window_ids.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 53a7b38..42849c4 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -40,7 +40,11 @@ const int kShellWindowId_LockModalContainer = 7;
const int kShellWindowId_StatusContainer = 8;
// The container for menus and tooltips.
-const int kShellWindowId_MenusAndTooltipsContainer = 9;
+const int kShellWindowId_MenuAndTooltipContainer = 9;
+
+// The container for bubbles briefly overlaid onscreen to show settings changes
+// (volume, brightness, etc.).
+const int kShellWindowId_SettingBubbleContainer = 10;
} // namespace internal