Index: chrome/browser/ui/views/aura/chrome_shell_delegate.h |
diff --git a/chrome/browser/ui/views/aura/chrome_shell_delegate.h b/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
index 7ab5217a7fa613e0fa2f65c2a6dc6705d6d9faea..70ed8fa90107ab3858c819f82d5229891a010772 100644 |
--- a/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
@@ -28,6 +28,8 @@ class ChromeShellDelegate : public aura_shell::ShellDelegate { |
views::View* GetStatusAreaForTest(); |
+ StatusAreaHostAura* status_area_host() { return status_area_host_.get(); } |
sky
2011/11/30 17:47:50
I believe this ends up exposing the same thing as
Nikita (slow)
2011/12/01 09:15:08
Done.
|
+ |
// 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( |