Chromium Code Reviews

Unified Diff: webrtc/call/call.cc

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Revert the android changes. Created 3 years, 6 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 c4ce71625c9b5655ccc9a9d01256f0b7694d86e9..133508872f0dbb6c2bcd0b8555d773cf37397ff6 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.

Powered by Google App Engine