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

Unified Diff: content/child/blink_platform_impl.cc

Issue 1228713005: WebWaitableEvent: deprecate old API implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_event
Patch Set: Created 5 years, 5 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 | « content/child/blink_platform_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index a5db5a489fc273a4a82c505556d3abe012ace282..1fbb0a5439a65e14c143a9b8a700405994d01417 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -544,13 +544,6 @@ void BlinkPlatformImpl::yieldCurrentThread() {
base::PlatformThread::YieldCurrentThread();
}
-// TODO(toyoshim): Remove no arguments version after the transition.
-blink::WebWaitableEvent* BlinkPlatformImpl::createWaitableEvent() {
- return new WebWaitableEventImpl(
- blink::WebWaitableEvent::ResetPolicy::Auto,
- blink::WebWaitableEvent::InitialState::NonSignaled);
-}
-
blink::WebWaitableEvent* BlinkPlatformImpl::createWaitableEvent(
blink::WebWaitableEvent::ResetPolicy policy,
blink::WebWaitableEvent::InitialState state) {
« no previous file with comments | « content/child/blink_platform_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698