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

Unified Diff: ui/aura_shell/shell.h

Issue 8387043: [Aura] Support always-on-top top level window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move always-on-top handling code from shell into a controller Created 9 years, 1 month 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
Index: ui/aura_shell/shell.h
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h
index bc294bb9d21b875ad3c597ee29fa6d55f563454e..2116b256b00dcef1e8f1044de5fd43ead4128b04 100644
--- a/ui/aura_shell/shell.h
+++ b/ui/aura_shell/shell.h
@@ -30,6 +30,7 @@ class Launcher;
class ShellDelegate;
namespace internal {
+class AlwaysOnTopController;
class ShelfLayoutController;
class WorkspaceController;
}
@@ -84,6 +85,8 @@ class AURA_SHELL_EXPORT Shell : public aura::DesktopDelegate {
scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_;
+ scoped_ptr<internal::AlwaysOnTopController> always_on_top_controller_;
+
DISALLOW_COPY_AND_ASSIGN(Shell);
};

Powered by Google App Engine
This is Rietveld 408576698