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

Unified Diff: ui/aura_shell/shell_factory.h

Issue 7970001: Better Z-index support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months 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_factory.h
===================================================================
--- ui/aura_shell/shell_factory.h (revision 101829)
+++ ui/aura_shell/shell_factory.h (working copy)
@@ -12,17 +12,18 @@
class Widget;
}
+// Declarations of shell component factory functions.
+
namespace aura_shell {
-namespace internal {
-// Declarations of shell component factory functions.
+AURA_SHELL_EXPORT void InitDesktopWindow();
-AURA_SHELL_EXPORT views::Widget* CreateDesktopBackground();
+namespace internal {
-AURA_SHELL_EXPORT views::Widget* CreateLauncher();
+views::Widget* CreateDesktopBackground();
+views::Widget* CreateLauncher();
+views::Widget* CreateStatusArea();
-AURA_SHELL_EXPORT views::Widget* CreateStatusArea();
-
} // namespace internal
} // namespace aura_shell

Powered by Google App Engine
This is Rietveld 408576698