| Index: chrome/browser/ui/ash/system_tray_client.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
|
| index 475ed226fca537687c29a79682687a15ea74c234..b94d4a3a301e73a14bfcc909605bf7f5ce827c24 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -202,6 +202,14 @@ void SystemTrayClient::SetFlashUpdateAvailable() {
|
| HandleUpdateAvailable();
|
| }
|
|
|
| +void SystemTrayClient::SetPrimaryTrayEnabled(bool enabled) {
|
| + system_tray_->SetPrimaryTrayEnabled(enabled);
|
| +}
|
| +
|
| +void SystemTrayClient::SetPrimaryTrayVisible(bool visible) {
|
| + system_tray_->SetPrimaryTrayVisible(visible);
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // ash::mojom::SystemTrayClient:
|
|
|
|
|