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

Unified Diff: chrome/browser/chromeos/login/background_view.h

Issue 1927002: Hiding status area on welcome screen. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: nit fixes Created 10 years, 7 months 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/background_view.h
diff --git a/chrome/browser/chromeos/login/background_view.h b/chrome/browser/chromeos/login/background_view.h
index d11b596911148f8f87cd889bf4c2825baad783d8..df8ce55293855a543b7a0d94d7266eeac8b031a6 100644
--- a/chrome/browser/chromeos/login/background_view.h
+++ b/chrome/browser/chromeos/login/background_view.h
@@ -34,6 +34,9 @@ class BackgroundView : public views::View, public StatusAreaHost {
static views::Widget* CreateWindowContainingView(const gfx::Rect& bounds,
BackgroundView** view);
+ // Toggles status area visibility.
+ void SetStatusAreaVisible(bool visible);
+
protected:
// Overridden from views::View:
virtual void Paint(gfx::Canvas* canvas);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698