| Index: webrtc/modules/desktop_capture/window_capturer.h
|
| diff --git a/webrtc/modules/desktop_capture/window_capturer.h b/webrtc/modules/desktop_capture/window_capturer.h
|
| index 9ba441a8ecb0c1d3a47c8035e2cee91a26ef825c..eb9b9feaf04ba97fe4417120da620d2b60096adc 100644
|
| --- a/webrtc/modules/desktop_capture/window_capturer.h
|
| +++ b/webrtc/modules/desktop_capture/window_capturer.h
|
| @@ -38,9 +38,6 @@ class WindowCapturer : public DesktopCapturer {
|
|
|
| static WindowCapturer* Create(const DesktopCaptureOptions& options);
|
|
|
| - // TODO(sergeyu): Remove this method. crbug.com/172183
|
| - static WindowCapturer* Create();
|
| -
|
| virtual ~WindowCapturer() {}
|
|
|
| // Get list of windows. Returns false in case of a failure.
|
|
|