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

Unified Diff: webrtc/call/call.cc

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Replace the rtc_ prefix with webrtc_ to avoid naming conflict. Created 3 years, 7 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 6a8cd14e7a6694a1e99b8fd11f3f0db65109ebe4..1eccd9e058c9009ff52cc4adcbf050a1049bdb6b 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/media/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698