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

Unified Diff: mojo/public/cpp/utility/run_loop.h

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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 | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | mojo/public/cpp/utility/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/utility/run_loop.h
diff --git a/mojo/public/cpp/utility/run_loop.h b/mojo/public/cpp/utility/run_loop.h
index feb5b923029e79e76fb46b85a9ac262f05217e2c..5ebe63e1146aec021ff68701c1b87d2301e21fc9 100644
--- a/mojo/public/cpp/utility/run_loop.h
+++ b/mojo/public/cpp/utility/run_loop.h
@@ -103,10 +103,6 @@ class RunLoop {
// Returns true if a RunLoopHandler was notified.
bool NotifyHandlers(MojoResult error, CheckDeadline check);
- // Removes the first invalid handle. This is called if MojoWaitMany() finds an
- // invalid handle. Returns true if a RunLoopHandler was notified.
- bool RemoveFirstInvalidHandle(const WaitState& wait_state);
-
// Returns the state needed to pass to WaitMany().
WaitState GetWaitState(bool non_blocking) const;
« no previous file with comments | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | mojo/public/cpp/utility/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698