| Index: ash/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
|
| index f3bc793cc188e5a26d2032f8b7eb3a7244044318..e2035ad357feac1cf666d476d936a5477be47190 100644
|
| --- a/ash/system/tray/system_tray_notifier.cc
|
| +++ b/ash/system/tray/system_tray_notifier.cc
|
| @@ -220,12 +220,6 @@ void SystemTrayNotifier::NotifyDriveJobUpdated(
|
| OnDriveJobUpdated(status));
|
| }
|
|
|
| -void SystemTrayNotifier::NotifyDriveOfflineEnabled() {
|
| - FOR_EACH_OBSERVER(DriveObserver,
|
| - drive_observers_,
|
| - OnDriveOfflineEnabled());
|
| -}
|
| -
|
| void SystemTrayNotifier::NotifyRefreshIME(bool show_message) {
|
| FOR_EACH_OBSERVER(IMEObserver,
|
| ime_observers_,
|
|
|