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