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

Unified Diff: webrtc/call/call.cc

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Remove the linking-time polymorphism. Add new CreatePeerConnectionFactory methods. Make Call and Rt… Created 3 years, 6 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
Index: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index f31e11479bfd1ae7d641e8e791d626cbac53d824..da297d8743cc54cc619e7c1638a5b6bfa3300413 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
This is Rietveld 408576698