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

Unified Diff: ash/shell_factory.h

Issue 10545058: Add UIControlsAsh that works with multiple root windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 8 years, 6 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
« no previous file with comments | « ash/shell.cc ('k') | ash/ui_controls_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_factory.h
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index f18c57af4a395f8a95f1d98b4b22b47256b9d852..59b20a92354020af8c5b6bb332b3214e62338216 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -17,6 +17,10 @@ namespace gfx {
class ImageSkia;
}
+namespace ui_controls {
+class UIControlsAura;
+}
+
namespace views {
class View;
class Widget;
@@ -30,7 +34,10 @@ namespace internal {
void CreateDesktopBackground(const gfx::ImageSkia& wallpaper,
WallpaperLayout wallpaper_layout,
aura::RootWindow* root_window);
+
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
+
+ui_controls::UIControlsAura* CreateUIControls();
} // namespace internal
} // namespace ash
« no previous file with comments | « ash/shell.cc ('k') | ash/ui_controls_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698