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 97528036b809f470244e6d86abcaf5ea164002c5..ec8ab2aea22216fc8e37cd06640a9e129c842e28 100644 |
--- a/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
+++ b/chrome/browser/ui/views/aura/chrome_shell_delegate.h |
@@ -26,7 +26,7 @@ class ChromeShellDelegate : public aura_shell::ShellDelegate { |
static ChromeShellDelegate* instance() { return instance_; } |
- const views::View* GetStatusArea() const; |
+ views::View* GetStatusAreaForTest(); |
// 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. |