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

Unified Diff: webrtc/api/test/fakeaudiocapturemodule.cc

Issue 1737013002: Reland of move ignored return code from modules. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 | « webrtc/api/test/fakeaudiocapturemodule.h ('k') | webrtc/api/test/fakeaudiocapturemodule_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/test/fakeaudiocapturemodule.cc
diff --git a/webrtc/api/test/fakeaudiocapturemodule.cc b/webrtc/api/test/fakeaudiocapturemodule.cc
index b85f30b8361b0746791d017ade29bba677da2919..0b6478ed2f63c32613c6910c8098dea245dded38 100644
--- a/webrtc/api/test/fakeaudiocapturemodule.cc
+++ b/webrtc/api/test/fakeaudiocapturemodule.cc
@@ -85,9 +85,8 @@
return kAdmMaxIdleTimeProcess - elapsed_time;
}
-int32_t FakeAudioCaptureModule::Process() {
+void FakeAudioCaptureModule::Process() {
last_process_time_ms_ = rtc::Time();
- return 0;
}
int32_t FakeAudioCaptureModule::ActiveAudioLayer(
« no previous file with comments | « webrtc/api/test/fakeaudiocapturemodule.h ('k') | webrtc/api/test/fakeaudiocapturemodule_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698