X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fmedia%2Fcapture%2Fweb_contents_video_capture_device.h;h=16c7b09f8e1156b475f35829d658cf2546bdb7d7;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=3e8805b41c7399a43e7e1ec3752e5af2596d85d2;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/media/capture/web_contents_video_capture_device.h b/src/content/browser/media/capture/web_contents_video_capture_device.h index 3e8805b..16c7b09 100644 --- a/src/content/browser/media/capture/web_contents_video_capture_device.h +++ b/src/content/browser/media/capture/web_contents_video_capture_device.h @@ -35,8 +35,6 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice // |destroy_cb| is invoked on an outside thread once all outstanding objects // are completely destroyed -- this will be some time after the // WebContentsVideoCaptureDevice is itself deleted. - // TODO(miu): Passing a destroy callback suggests needing to revisit the - // design philosophy of an asynchronous DeAllocate(). http://crbug.com/158641 static media::VideoCaptureDevice* Create(const std::string& device_id); virtual ~WebContentsVideoCaptureDevice();