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

Unified Diff: chrome/browser/ui/views/aura/chrome_shell_delegate.h

Issue 8591003: aura: Fix Chrome OS status area browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to GetStatusAreaForTest() and remove const-ness 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
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.
« no previous file with comments | « chrome/browser/chromeos/status/status_area_view_browsertest.cc ('k') | chrome/browser/ui/views/aura/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698