Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: ash/system/tray/system_tray_notifier.h

Issue 673713003: Create a NetworkConnect class and Delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More virtual fixes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/system/tray/system_tray_delegate.h ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698