| Index: chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| index 8674fb05b03effc1a50af8799a95655266085238..dab00c65b47bf7f869e061509cb41b3888deb018 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| @@ -81,6 +81,10 @@ bool SystemTrayDelegateCommon::IsUserSupervised() const {
|
| return false;
|
| }
|
|
|
| +bool SystemTrayDelegateCommon::IsUserChild() const {
|
| + return false;
|
| +}
|
| +
|
| void SystemTrayDelegateCommon::GetSystemUpdateInfo(
|
| ash::UpdateInfo* info) const {
|
| GetUpdateInfo(UpgradeDetector::GetInstance(), info);
|
|
|