| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index df86694fa31cabd99a5a65c71f1c1e4cd8635efa..bea5759871daebaf800588760c051c1aa5f898eb 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -94,8 +94,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual void yieldCurrentThread();
|
| - // TODO(toyoshim): Remove no arguments version after the transition.
|
| - virtual blink::WebWaitableEvent* createWaitableEvent();
|
| virtual blink::WebWaitableEvent* createWaitableEvent(
|
| blink::WebWaitableEvent::ResetPolicy policy,
|
| blink::WebWaitableEvent::InitialState state);
|
|
|