Index: chrome/browser/ui/views/aura/chrome_shell_delegate.h |
=================================================================== |
--- chrome/browser/ui/views/aura/chrome_shell_delegate.h (revision 110804) |
+++ chrome/browser/ui/views/aura/chrome_shell_delegate.h (working copy) |
@@ -12,22 +12,14 @@ |
#include "ui/aura_shell/launcher/launcher_types.h" |
#include "ui/aura_shell/shell_delegate.h" |
-class Browser; |
class StatusAreaHostAura; |
+class Browser; |
-namespace views { |
-class View; |
-} |
- |
class ChromeShellDelegate : public aura_shell::ShellDelegate { |
public: |
ChromeShellDelegate(); |
virtual ~ChromeShellDelegate(); |
- static ChromeShellDelegate* instance() { return instance_; } |
- |
- const views::View* GetStatusArea() const; |
- |
// Returns whether a launcher item should be created for |browser|. If an item |
// should be created |type| is set to the launcher type to create. |
static bool ShouldCreateLauncherItemForBrowser( |
@@ -43,8 +35,6 @@ |
virtual bool ConfigureLauncherItem(aura_shell::LauncherItem* item) OVERRIDE; |
private: |
- static ChromeShellDelegate* instance_; |
- |
scoped_ptr<StatusAreaHostAura> status_area_host_; |
DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate); |