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

Unified Diff: base/message_loop/message_loop.h

Issue 231863010: ozone: Fix libbase_nacl build after MessagePumpOzone removal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | base/message_loop/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_loop.h
diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
index 7222df7a036524128fbe17808c4092738eefd1f2..a56de80798e2e5ad662a4ca83720f92df2461c07 100644
--- a/base/message_loop/message_loop.h
+++ b/base/message_loop/message_loop.h
@@ -585,7 +585,7 @@ class BASE_EXPORT MessageLoopForUI : public MessageLoop {
void RemoveObserver(Observer* observer);
#endif
-#if defined(USE_OZONE)
+#if defined(USE_OZONE) && !defined(OS_NACL)
// Please see MessagePumpLibevent for definition.
bool WatchFileDescriptor(
int fd,
« no previous file with comments | « no previous file | base/message_loop/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698