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

Unified Diff: base/threading/thread_restrictions.h

Issue 1475983004: Revert making HandleWatcher block until no longer waiting on pipe (r285266). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment (undo change in r283888 Created 5 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 | mojo/android/javatests/src/org/chromium/mojo/system/impl/CoreImplTest.java » ('j') | no next file with comments »
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 b124c9ff6ab2d1fc0353595d2a3b9a59a5dcf390..fd03bcdfbef2199d76a5ce3b27d3d365543c044c 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -55,11 +55,6 @@ class InFlightIO;
namespace gles2 {
class CommandBufferClientImpl;
}
-namespace mojo {
-namespace common {
-class WatcherThreadManager;
-}
-}
namespace net {
class NetworkChangeNotifierMac;
namespace internal {
@@ -192,7 +187,6 @@ class BASE_EXPORT ThreadRestrictions {
friend class ::ScopedAllowWaitForLegacyWebViewApi;
friend class cc::CompletionEvent;
friend class cc::TaskGraphRunner;
- friend class mojo::common::WatcherThreadManager;
friend class remoting::AutoThread;
friend class ui::WindowResizeHelperMac;
friend class MessagePumpDefault;
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/system/impl/CoreImplTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698