summaryrefslogtreecommitdiffstats
path: root/ash/root_window_controller.h
diff options
context:
space:
mode:
authordzhioev@chromium.org <dzhioev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:07:01 +0000
committerdzhioev@chromium.org <dzhioev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:07:01 +0000
commita5c78806b1a745b41f1c900adb3c9bdc9789a6d2 (patch)
tree0e739a606d8b50dd81a77075fe1e3accbbeb4bbb /ash/root_window_controller.h
parent1cbf5e53835a5943813049cc5ea1cd51f54f3ecf (diff)
downloadchromium_src-a5c78806b1a745b41f1c900adb3c9bdc9789a6d2.zip
chromium_src-a5c78806b1a745b41f1c900adb3c9bdc9789a6d2.tar.gz
chromium_src-a5c78806b1a745b41f1c900adb3c9bdc9789a6d2.tar.bz2
Windows and notifications are hidden during first-run tutorial.
Windows are hidden by hiding kShellWindowId_DefaultContainer and kShellWindowId_AlwaysOnTopContainer. NotificationBlocker used for hiding notifications. BUG=269286 TEST=ash_unittests --gtest_filter=FirstRunHelperTest* Review URL: https://codereview.chromium.org/99673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/root_window_controller.h')
-rw-r--r--ash/root_window_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 6e2d545..e71b1ad 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -102,6 +102,9 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Returns the RootWindowController of the target root window.
static internal::RootWindowController* ForTargetRootWindow();
+ // Returns container which contains a given |window|.
+ static aura::Window* GetContainerForWindow(aura::Window* window);
+
virtual ~RootWindowController();
aura::Window* root_window() { return dispatcher()->window(); }