| 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
|
|
|
|
|