| Index: media/video/capture/video_capture_proxy.h
|
| diff --git a/media/video/capture/video_capture_proxy.h b/media/video/capture/video_capture_proxy.h
|
| index 98d9b7690952cdd85c27f638f7fbea0a912cbab4..78c459d18494742b9e4540e1063927c2bf3219d4 100644
|
| --- a/media/video/capture/video_capture_proxy.h
|
| +++ b/media/video/capture/video_capture_proxy.h
|
| @@ -43,7 +43,6 @@ class MEDIA_EXPORT VideoCaptureHandlerProxy
|
|
|
| // Retrieves the state of the VideoCapture. Must be called on main thread.
|
| const VideoCaptureState& state() const { return state_; }
|
| - VideoCapture::EventHandler* proxied() const { return proxied_; }
|
|
|
| // VideoCapture::EventHandler implementation, called on VC thread.
|
| virtual void OnStarted(VideoCapture* capture) OVERRIDE;
|
|
|