summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 5eb0072..f7feef0 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -120,8 +120,13 @@ void CreateSpecialContainers(aura::Window::Windows* containers,
containers->push_back(status_container);
aura::Window* menu_container = new aura::Window(NULL);
- menu_container->set_id(internal::kShellWindowId_MenusAndTooltipsContainer);
+ menu_container->set_id(internal::kShellWindowId_MenuAndTooltipContainer);
containers->push_back(menu_container);
+
+ aura::Window* setting_bubble_container = new aura::Window(NULL);
+ setting_bubble_container->set_id(
+ internal::kShellWindowId_SettingBubbleContainer);
+ containers->push_back(setting_bubble_container);
}
} // namespace