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

Unified Diff: trunk/src/content/browser/renderer_host/media/video_capture_controller.h

Issue 61213006: Revert 235728 "Removed RunUntilIdle between Stop and Close in UT..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | trunk/src/content/browser/renderer_host/media/video_capture_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/renderer_host/media/video_capture_controller.h
===================================================================
--- trunk/src/content/browser/renderer_host/media/video_capture_controller.h (revision 235779)
+++ trunk/src/content/browser/renderer_host/media/video_capture_controller.h (working copy)
@@ -104,8 +104,6 @@
VideoCaptureControllerEventHandler* event_handler,
int buffer_id);
- const media::VideoCaptureFormat& GetVideoCaptureFormat() const;
-
private:
class VideoCaptureDeviceClient;
@@ -142,8 +140,6 @@
// state which stops the flow of data to clients.
VideoCaptureState state_;
- media::VideoCaptureFormat video_capture_format_;
-
base::WeakPtrFactory<VideoCaptureController> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(VideoCaptureController);
« no previous file with comments | « no previous file | trunk/src/content/browser/renderer_host/media/video_capture_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698