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

Unified Diff: chrome/browser/io_thread.h

Issue 2802015: Massively simplify the NetworkChangeNotifier infrastructure:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/io_thread.h
===================================================================
--- chrome/browser/io_thread.h (revision 50775)
+++ chrome/browser/io_thread.h (working copy)
@@ -26,7 +26,6 @@
namespace net {
class HttpAuthHandlerFactory;
-class NetworkChangeNotifier;
class URLSecurityManager;
} // namespace net
@@ -34,7 +33,6 @@
public:
struct Globals {
scoped_ptr<ChromeNetLog> net_log;
- scoped_ptr<net::NetworkChangeNotifier> network_change_notifier;
// TODO(willchan): Stop reference counting HostResolver. It's owned by
// IOThread now.
scoped_refptr<net::HostResolver> host_resolver;

Powered by Google App Engine
This is Rietveld 408576698