Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: content/browser/media/capture/web_contents_video_capture_device.h

Issue 231653008: Clean-up: Remove long-irrelevant TODO comment in web_contents_video_capture_device.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/web_contents_video_capture_device.h
diff --git a/content/browser/media/capture/web_contents_video_capture_device.h b/content/browser/media/capture/web_contents_video_capture_device.h
index 3e8805b41c7399a43e7e1ec3752e5af2596d85d2..16c7b09f8e1156b475f35829d658cf2546bdb7d7 100644
--- a/content/browser/media/capture/web_contents_video_capture_device.h
+++ b/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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698