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

Unified Diff: ash/shell_factory.h

Issue 9596002: ash uber tray: Make it work in ash_shell, and a couple more fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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/shell_main.cc ('k') | ash/status_area/status_area_view.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 4b88f3e548dabc20035cff5afa834f4f1b1fd5e5..6b6e380901420faac3b25000eea32f7eea7c0736 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -9,6 +9,7 @@
#include "ash/ash_export.h"
namespace views {
+class View;
class Widget;
}
@@ -18,7 +19,7 @@ namespace ash {
namespace internal {
views::Widget* CreateDesktopBackground();
-ASH_EXPORT views::Widget* CreateStatusArea();
+ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
} // namespace internal
} // namespace ash
« no previous file with comments | « ash/shell/shell_main.cc ('k') | ash/status_area/status_area_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698