Chromium Code Reviews

Unified Diff: webrtc/call/call.cc

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Fix the issue on the trybots. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index 87e41b0b41070c9a014844e29195ffc96cf51a07..8616bff2f1fd4781fd40ae9c17affc471eac0b03 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -60,8 +60,6 @@
namespace webrtc {
-const int Call::Config::kDefaultStartBitrateBps = 300000;
-
namespace {
// TODO(nisse): This really begs for a shared context struct.
« no previous file with comments | « webrtc/call/call.h ('k') | webrtc/common_video/BUILD.gn » ('j') | webrtc/pc/BUILD.gn » ('J')

Powered by Google App Engine