| Index: ash/system/tray/system_tray_notifier.h
|
| diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
|
| index 66c57f560235bfbae3f95ce8520dacedee1d005f..815fdd242b07b44c3076bb2773370f684808d027 100644
|
| --- a/ash/system/tray/system_tray_notifier.h
|
| +++ b/ash/system/tray/system_tray_notifier.h
|
| @@ -142,10 +142,6 @@ class ASH_EXPORT SystemTrayNotifier {
|
| const base::string16& helper_name);
|
| void NotifyScreenShareStop();
|
| void NotifyLastWindowClosed();
|
| -
|
| - NetworkStateNotifier* network_state_notifier() {
|
| - return network_state_notifier_.get();
|
| - }
|
| #endif
|
|
|
| private:
|
| @@ -169,7 +165,6 @@ class ASH_EXPORT SystemTrayNotifier {
|
| ObserverList<ScreenCaptureObserver> screen_capture_observers_;
|
| ObserverList<ScreenShareObserver> screen_share_observers_;
|
| ObserverList<LastWindowClosedObserver> last_window_closed_observers_;
|
| - scoped_ptr<NetworkStateNotifier> network_state_notifier_;
|
| #endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
|
|
|