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

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

Issue 11673006: Disabled transparency for header bars on the signin screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years 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/chromeos/login/webui_login_display_host.h
diff --git a/chrome/browser/chromeos/login/webui_login_display_host.h b/chrome/browser/chromeos/login/webui_login_display_host.h
index 38447d7f5dfb1ba709ffda8617003ce74856f469..f7ee2629021aab86e9bc19f61963d0b60280a3cb 100644
--- a/chrome/browser/chromeos/login/webui_login_display_host.h
+++ b/chrome/browser/chromeos/login/webui_login_display_host.h
@@ -74,6 +74,10 @@ class WebUILoginDisplayHost : public BaseLoginDisplayHost,
// wallpaper animation end.
void StartPostponedWebUI();
+ void InitLoginWindowAndView();
Daniel Erat 2012/12/27 17:44:45 nit: add comments describing what these do
ygorshenin1 2012/12/28 07:46:56 Done.
+
+ void ResetLoginWindowAndView();
+
// Container of the screen we are displaying.
views::Widget* login_window_;
@@ -127,6 +131,10 @@ class WebUILoginDisplayHost : public BaseLoginDisplayHost,
std::string wizard_first_screen_name_;
scoped_ptr<DictionaryValue> wizard_screen_parameters_;
+ // Old value of the ash::internal::kIgnoreSoloWindowPolicy
+ // property of the root window for |login_window_|.
+ bool old_ignore_solo_window_policy_value_;
+
DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplayHost);
};

Powered by Google App Engine
This is Rietveld 408576698