summaryrefslogtreecommitdiffstats
path: root/media/video
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 19:32:00 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 19:32:00 +0000
commitf231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a (patch)
treef4d4ca589566dc69aa6897ab8dc8120750cad97b /media/video
parent69c5845f97c6c3710aa154ae0f81dfc40c14ea66 (diff)
downloadchromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.zip
chromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.tar.gz
chromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.tar.bz2
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1.
Internal-only site: http://go/videostack/engineering/dead-code-elimination Review URL: https://chromiumcodereview.appspot.com/10837118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video')
-rw-r--r--media/video/capture/video_capture_proxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/video/capture/video_capture_proxy.h b/media/video/capture/video_capture_proxy.h
index 98d9b76..78c459d 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;