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

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

Issue 8688003: [cros, Aura] Change status area visibility during OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 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(
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/ui/views/aura/status_area_host_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698