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

Unified Diff: chrome/browser/profile.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/profile.h
===================================================================
--- chrome/browser/profile.h (revision 50775)
+++ chrome/browser/profile.h (working copy)
@@ -22,10 +22,6 @@
#include "chrome/browser/chromeos/preferences.h"
#endif
-namespace chrome_common_net {
-class NetworkChangeNotifierThread;
-}
-
namespace history {
class TopSites;
}
@@ -605,9 +601,6 @@
scoped_refptr<WebResourceService> web_resource_service_;
scoped_ptr<NTPResourceCache> ntp_resource_cache_;
- // Used by |profile_sync_factory_|.
- scoped_ptr<chrome_common_net::NetworkChangeNotifierThread>
- network_change_notifier_thread_;
scoped_ptr<ProfileSyncFactory> profile_sync_factory_;
scoped_ptr<ProfileSyncService> sync_service_;
scoped_ptr<CloudPrintProxyService> cloud_print_proxy_service_;

Powered by Google App Engine
This is Rietveld 408576698