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

Unified Diff: ash/system/date/tray_system_info.cc

Issue 2821363002: cros: Disable system tray help/lock buttons during supervised user creation (Closed)
Patch Set: fix browser test Created 3 years, 8 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 | « ash/system/date/system_info_default_view.cc ('k') | ash/system/ime/tray_ime_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/tray_system_info.cc
diff --git a/ash/system/date/tray_system_info.cc b/ash/system/date/tray_system_info.cc
index 4f407dc9a45e9afe71c8ef16b13fe85f2d41030c..5014f9f72e9851bfab0fbaf0f8b340d088a78cbd 100644
--- a/ash/system/date/tray_system_info.cc
+++ b/ash/system/date/tray_system_info.cc
@@ -53,7 +53,7 @@ views::View* TraySystemInfo::CreateTrayView(LoginStatus status) {
}
views::View* TraySystemInfo::CreateDefaultView(LoginStatus status) {
- default_view_ = new SystemInfoDefaultView(this, status);
+ default_view_ = new SystemInfoDefaultView(this);
// Save the login status we created the view with.
login_status_ = status;
« no previous file with comments | « ash/system/date/system_info_default_view.cc ('k') | ash/system/ime/tray_ime_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698