| Index: ash/common/system/tray/system_tray_delegate.cc
|
| diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
|
| index 8b4415b062ad35e200f89a1e7d2ad32771c43b76..6db38c2df865fcbb4c13cb9a99c75329563655d7 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.cc
|
| +++ b/ash/common/system/tray/system_tray_delegate.cc
|
| @@ -79,8 +79,6 @@ bool SystemTrayDelegate::ShouldShowSettings() {
|
|
|
| void SystemTrayDelegate::ShowSetTimeDialog() {}
|
|
|
| -void SystemTrayDelegate::ShowNetworkSettingsForGuid(const std::string& guid) {}
|
| -
|
| bool SystemTrayDelegate::ShouldShowDisplayNotification() {
|
| return false;
|
| }
|
|
|