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

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, sync. 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
« no previous file with comments | « ash/wm/window_properties.cc ('k') | chrome/browser/chromeos/login/webui_login_display_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..30d8d1bcec1fcf757cd0f8b732369af4bf11a5a0 100644
--- a/chrome/browser/chromeos/login/webui_login_display_host.h
+++ b/chrome/browser/chromeos/login/webui_login_display_host.h
@@ -74,6 +74,13 @@ class WebUILoginDisplayHost : public BaseLoginDisplayHost,
// wallpaper animation end.
void StartPostponedWebUI();
+ // Initializes |login_window_| and |login_view_| fields if needed.
+ void InitLoginWindowAndView();
+
+ // Closes |login_window_| and resets |login_window_| and
+ // |login_view_| fields.
+ void ResetLoginWindowAndView();
+
// Container of the screen we are displaying.
views::Widget* login_window_;
@@ -127,6 +134,10 @@ class WebUILoginDisplayHost : public BaseLoginDisplayHost,
std::string wizard_first_screen_name_;
scoped_ptr<DictionaryValue> wizard_screen_parameters_;
+ // Old value of the ash::internal::kIgnoreSoloWindowFramePainterPolicy
+ // property of the root window for |login_window_|.
+ bool old_ignore_solo_window_frame_painter_policy_value_;
+
DISALLOW_COPY_AND_ASSIGN(WebUILoginDisplayHost);
};
« no previous file with comments | « ash/wm/window_properties.cc ('k') | chrome/browser/chromeos/login/webui_login_display_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698