Index: webrtc/modules/desktop_capture/desktop_capturer.h |
diff --git a/webrtc/modules/desktop_capture/desktop_capturer.h b/webrtc/modules/desktop_capture/desktop_capturer.h |
index c6c3c7bea0ab8ac7268c1c840c23e324600af2fb..47f78dc3ff411510aabc417045419e010605487b 100644 |
--- a/webrtc/modules/desktop_capture/desktop_capturer.h |
+++ b/webrtc/modules/desktop_capture/desktop_capturer.h |
@@ -32,9 +32,6 @@ |
// TODO(sergeyu): Remove this method once all references to it are removed |
// from chromium. |
virtual SharedMemory* CreateSharedMemory(size_t size) { return nullptr; } |
- |
- // Called to notify that the capturer has failed to initialize. |
- virtual void OnInitializationFailed() {}; |
// Called after a frame has been captured. Handler must take ownership of |
// |frame|. If capture has failed for any reason |frame| is set to NULL |