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

Unified Diff: chrome/browser/chromeos/net/cros_network_change_notifier_factory.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/cros_network_change_notifier_factory.h
diff --git a/chrome/browser/chromeos/net/cros_network_change_notifier_factory.h b/chrome/browser/chromeos/net/cros_network_change_notifier_factory.h
deleted file mode 100644
index b51d46f52e18acb32c88ae9b2f269a6ca530b5cf..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/net/cros_network_change_notifier_factory.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2011 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_CROS_NETWORK_CHANGE_NOTIFIER_FACTORY_H_
-#define CHROME_BROWSER_CHROMEOS_NET_CROS_NETWORK_CHANGE_NOTIFIER_FACTORY_H_
-
-#include "base/compiler_specific.h"
-#include "net/base/network_change_notifier_factory.h"
-
-namespace chromeos {
-
-class NetworkChangeNotifierNetworkLibrary;
-
-// CrosNetworkChangeNotifierFactory creates ChromeOS-specific specialization of
-// NetworkChangeNotifier.
-class CrosNetworkChangeNotifierFactory
- : public net::NetworkChangeNotifierFactory {
- public:
- CrosNetworkChangeNotifierFactory() {}
-
- // Overrides of net::NetworkChangeNotifierFactory.
- virtual net::NetworkChangeNotifier* CreateInstance() OVERRIDE;
-
- // Gets the instance of the NetworkChangeNotifier for Chrome OS.
- // This is used for setting up the notifier at startup.
- static NetworkChangeNotifierNetworkLibrary* GetInstance();
-};
-
-} // namespace net
-
-#endif // CHROME_BROWSER_CHROMEOS_NET_CROS_NETWORK_CHANGE_NOTIFIER_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698