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

Unified Diff: chrome/browser/chromeos/net/connectivity_state_helper_observer.h

Issue 22264004: Remove ConnectivityStateHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove redundant IsConnected() check Created 7 years, 4 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
Index: chrome/browser/chromeos/net/connectivity_state_helper_observer.h
diff --git a/chrome/browser/chromeos/net/connectivity_state_helper_observer.h b/chrome/browser/chromeos/net/connectivity_state_helper_observer.h
deleted file mode 100644
index c907898bdf9e463b8c0ad78a796c7c6b000aeb5f..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/net/connectivity_state_helper_observer.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_NET_CONNECTIVITY_STATE_HELPER_OBSERVER_H_
-#define CHROME_BROWSER_CHROMEOS_NET_CONNECTIVITY_STATE_HELPER_OBSERVER_H_
-
-namespace chromeos {
-
-// A common observer interface used by the ConnectivityStateHelper object to
-// relay observing events received from the (older) NetworkLibrary or the (new)
-// NetworkStateHandler implementations.
-class ConnectivityStateHelperObserver {
- public:
- // Called when there's a change on the connection manager.
- virtual void NetworkManagerChanged() = 0;
-
- // Called when the default network changes.
- virtual void DefaultNetworkChanged() = 0;
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_NET_CONNECTIVITY_STATE_HELPER_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698