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

Unified Diff: webrtc/test/constants.cc

Issue 1416783006: Register header extensions in RtpRtcpObserver to avoid log spam. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 5 years, 2 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/test/constants.h ('k') | webrtc/test/rtp_rtcp_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/constants.cc
diff --git a/webrtc/modules/audio_device/android/ensure_initialized.h b/webrtc/test/constants.cc
similarity index 69%
copy from webrtc/modules/audio_device/android/ensure_initialized.h
copy to webrtc/test/constants.cc
index c1997b4acdf1484a41bffef16f66809e49fa6e90..7e94fe58fb78eeefc395f84be07180df0331243f 100644
--- a/webrtc/modules/audio_device/android/ensure_initialized.h
+++ b/webrtc/test/constants.cc
@@ -8,10 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-namespace webrtc {
-namespace audiodevicemodule {
+#include "webrtc/test/constants.h"
-void EnsureInitialized();
+namespace webrtc {
+namespace test {
-} // namespace audiodevicemodule
+const int kTOffsetExtensionId = 6;
+const int kAbsSendTimeExtensionId = 7;
+const int kTransportSequenceNumberExtensionId = 8;
+} // namespace test
} // namespace webrtc
« no previous file with comments | « webrtc/test/constants.h ('k') | webrtc/test/rtp_rtcp_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698