Chromium Code Reviews| Index: content/renderer/pepper/ppb_video_decoder_impl.cc |
| diff --git a/content/renderer/pepper/ppb_video_decoder_impl.cc b/content/renderer/pepper/ppb_video_decoder_impl.cc |
| index 0216a91627618f2714038f5e3463b82ca34b5b6e..05feadc97704cbe387375ab6e562436d7236c86d 100644 |
| --- a/content/renderer/pepper/ppb_video_decoder_impl.cc |
| +++ b/content/renderer/pepper/ppb_video_decoder_impl.cc |
| @@ -294,8 +294,4 @@ void PPB_VideoDecoder_Impl::NotifyFlushDone() { |
| RunFlushCallback(PP_OK); |
| } |
| -void PPB_VideoDecoder_Impl::NotifyInitializeDone() { |
| - NOTREACHED() << "PlatformVideoDecoder::Initialize() is synchronous!"; |
| -} |
| - |
| } // namespace content |