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

Unified Diff: base/threading/thread_restrictions.h

Issue 11359141: Use Netlink instead of NetworkManager (via D-bus) to monitor network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | net/base/address_tracker_linux.h » ('j') | net/base/address_tracker_linux.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index c76292623ca1656fb45420e929a0cf21413ccf66..a5ba49497e5681ebb0129c2b20a3691994d90d1d 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -60,7 +60,9 @@ class AudioOutputController;
namespace net {
class FileStreamPosix;
class FileStreamWin;
-class NetworkManagerApi;
+namespace internal {
+class AddressTrackerLinux;
+}
}
namespace remoting {
@@ -197,7 +199,7 @@ class BASE_EXPORT ThreadRestrictions {
friend class media::AudioOutputController; // http://crbug.com/120973
friend class net::FileStreamPosix; // http://crbug.com/115067
friend class net::FileStreamWin; // http://crbug.com/115067
- friend class net::NetworkManagerApi; // http://crbug.com/125097
+ friend class net::internal::AddressTrackerLinux;// http://crbug.com/125097
friend class ::AcceleratedPresenter; // http://crbug.com/125391
friend class ::BrowserProcessImpl; // http://crbug.com/125207
friend class ::MetricsService; // http://crbug.com/124954
« no previous file with comments | « no previous file | net/base/address_tracker_linux.h » ('j') | net/base/address_tracker_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698