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

Unified Diff: media/capture/video/chromeos/camera_hal_delegate_unittest.cc

Issue 2878233002: media: add ArcCamera3Service Mojo service (Closed)
Patch Set: rebase on latest patch set of issue 2837273004 Created 3 years, 6 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 | « media/capture/video/chromeos/camera_hal_delegate.cc ('k') | media/capture/video/chromeos/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/chromeos/camera_hal_delegate_unittest.cc
diff --git a/media/capture/video/chromeos/camera_hal_delegate_unittest.cc b/media/capture/video/chromeos/camera_hal_delegate_unittest.cc
index 242182bef6a387cb0e0ebde1aa1ae490fd5ab670..06f4e615e0b9364f501227ba1a37f5a143961f28 100644
--- a/media/capture/video/chromeos/camera_hal_delegate_unittest.cc
+++ b/media/capture/video/chromeos/camera_hal_delegate_unittest.cc
@@ -33,7 +33,7 @@ class CameraHalDelegateTest : public ::testing::Test {
hal_delegate_thread_.Start();
camera_hal_delegate_ =
new CameraHalDelegate(hal_delegate_thread_.task_runner());
- camera_hal_delegate_->StartForTesting(
+ camera_hal_delegate_->SetCameraModule(
mock_camera_module_.GetInterfacePtrInfo());
}
« no previous file with comments | « media/capture/video/chromeos/camera_hal_delegate.cc ('k') | media/capture/video/chromeos/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698