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

Unified Diff: content/browser/renderer_host/media/video_capture_controller_unittest.cc

Issue 10662049: Move the device enumerate/open/close work to device thread from IO thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small changes to fix the trybots' failure Created 8 years, 5 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
Index: content/browser/renderer_host/media/video_capture_controller_unittest.cc
diff --git a/content/browser/renderer_host/media/video_capture_controller_unittest.cc b/content/browser/renderer_host/media/video_capture_controller_unittest.cc
index 47c0c29786d9234d54828c40f114fd7a21b8666b..449d4c457cabe63a251a657a68a4db7929961b41 100644
--- a/content/browser/renderer_host/media/video_capture_controller_unittest.cc
+++ b/content/browser/renderer_host/media/video_capture_controller_unittest.cc
@@ -151,7 +151,7 @@ class VideoCaptureControllerTest : public testing::Test {
virtual ~VideoCaptureControllerTest() {}
protected:
- virtual void SetUp() {
+ virtual void SetUp() OVERRIDE {
message_loop_.reset(new MessageLoop(MessageLoop::TYPE_IO));
file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE,
message_loop_.get()));
@@ -166,8 +166,7 @@ class VideoCaptureControllerTest : public testing::Test {
message_loop_.get()));
}
- virtual void TearDown() {
- }
+ virtual void TearDown() OVERRIDE {}
scoped_ptr<MessageLoop> message_loop_;
scoped_ptr<BrowserThreadImpl> file_thread_;
« no previous file with comments | « content/browser/renderer_host/media/media_stream_provider.h ('k') | content/browser/renderer_host/media/video_capture_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698