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

Unified Diff: trunk/src/media/video/capture/fake_video_capture_device.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
Index: trunk/src/media/video/capture/fake_video_capture_device.h
===================================================================
--- trunk/src/media/video/capture/fake_video_capture_device.h (revision 235779)
+++ trunk/src/media/video/capture/fake_video_capture_device.h (working copy)
@@ -23,8 +23,6 @@
// Used for testing. This will make sure the next call to Create will
// return NULL;
static void SetFailNextCreate();
- static void SetNumberOfFakeDevices(int num);
- static int NumberOfFakeDevices();
static void GetDeviceNames(Names* device_names);
static void GetDeviceSupportedFormats(const Name& device,
@@ -65,7 +63,6 @@
std::vector<VideoCaptureCapability> capabilities_roster_;
int capabilities_roster_index_;
- static int number_of_fake_devices_;
static bool fail_next_create_;
DISALLOW_COPY_AND_ASSIGN(FakeVideoCaptureDevice);

Powered by Google App Engine
This is Rietveld 408576698