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

Unified Diff: base/message_loop/message_pump.h

Issue 2396093003: Revert of Verify if GPU message pump is signaled when it hangs in WaitForWork (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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 | « base/message_loop/message_loop.cc ('k') | base/message_loop/message_pump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_pump.h
diff --git a/base/message_loop/message_pump.h b/base/message_loop/message_pump.h
index af8ed41f278784b5bde4548e6aae973b627b58ad..c53be8041096602d0b70e4f0dff2a7db0426d710 100644
--- a/base/message_loop/message_pump.h
+++ b/base/message_loop/message_pump.h
@@ -124,15 +124,6 @@
// Sets the timer slack to the specified value.
virtual void SetTimerSlack(TimerSlack timer_slack);
-
-#if defined(OS_WIN)
- // TODO (stanisc): crbug.com/596190: Remove this after the signaling issue
- // has been investigated.
- // This should be used for diagnostic only. If message pump wake-up mechanism
- // is based on auto-reset event this call would reset the event to unset
- // state.
- virtual bool WasSignaled();
-#endif
};
} // namespace base
« no previous file with comments | « base/message_loop/message_loop.cc ('k') | base/message_loop/message_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698