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

Unified Diff: ui/aura_shell/shell_delegate.h

Issue 8509027: Add status area to Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move status area view ids back to chromeos 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
« no previous file with comments | « ui/aura_shell/shell.cc ('k') | ui/aura_shell/stacking_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shell_delegate.h
diff --git a/ui/aura_shell/shell_delegate.h b/ui/aura_shell/shell_delegate.h
index 1fdb7358c3acbe3b9229a3b79a0c154785e3e2ee..b31666970376c2d4b6b507760b85a8ba57578e94 100644
--- a/ui/aura_shell/shell_delegate.h
+++ b/ui/aura_shell/shell_delegate.h
@@ -8,6 +8,10 @@
#include "ui/aura_shell/aura_shell_export.h"
+namespace views {
+class Widget;
+}
+
namespace aura_shell {
struct LauncherItem;
@@ -22,6 +26,9 @@ class AURA_SHELL_EXPORT ShellDelegate {
// window.
virtual void CreateNewWindow() = 0;
+ // Invoked to create a new status area. Can return NULL.
+ virtual views::Widget* CreateStatusArea() = 0;
+
// Invoked when the user clicks the app list button on the launcher.
virtual void ShowApps() = 0;
« no previous file with comments | « ui/aura_shell/shell.cc ('k') | ui/aura_shell/stacking_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698