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

Unified Diff: content/renderer/media/webrtc_audio_device_not_impl.cc

Issue 888593002: Revert of Roll WebRTC 8176:8203, Libjingle 8174:8202 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « content/renderer/media/webrtc_audio_device_not_impl.h ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_audio_device_not_impl.cc
diff --git a/content/renderer/media/webrtc_audio_device_not_impl.cc b/content/renderer/media/webrtc_audio_device_not_impl.cc
index 234bf87f7d33124111a4065e6ae4b3dfb6b8f70c..dd16ddfc3d27357fb52dde6c904ec7a1decf5822 100644
--- a/content/renderer/media/webrtc_audio_device_not_impl.cc
+++ b/content/renderer/media/webrtc_audio_device_not_impl.cc
@@ -8,6 +8,10 @@
WebRtcAudioDeviceNotImpl::WebRtcAudioDeviceNotImpl()
: last_process_time_(base::TimeTicks::Now()) {
+}
+
+int32_t WebRtcAudioDeviceNotImpl::ChangeUniqueId(const int32_t id) {
+ return 0;
}
int64_t WebRtcAudioDeviceNotImpl::TimeUntilNextProcess() {
« no previous file with comments | « content/renderer/media/webrtc_audio_device_not_impl.h ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698