Index: chrome/browser/ui/ash/system_tray_delegate_linux.cc |
diff --git a/chrome/browser/ui/ash/system_tray_delegate_linux.cc b/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
index 8cd59e4cfaf063b70cc37ec9aea2631f18272bfa..6ce1ba391b95596e928b781b2e983a5b5154a2b8 100644 |
--- a/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
+++ b/chrome/browser/ui/ash/system_tray_delegate_linux.cc |
@@ -83,6 +83,10 @@ class SystemTrayDelegateLinux : public ash::SystemTrayDelegate, |
return base::string16(); |
} |
+ virtual bool IsUserSupervised() const OVERRIDE { |
+ return false; |
+ } |
+ |
virtual bool SystemShouldUpgrade() const OVERRIDE { |
return UpgradeDetector::GetInstance()->notify_upgrade(); |
} |