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

Unified Diff: webrtc/video/video_loopback.cc

Issue 2949553002: Wire up experiment for improved screenshare bwe. (Closed)
Patch Set: sscanf format string, again 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/video/video_loopback.cc
diff --git a/webrtc/video/video_loopback.cc b/webrtc/video/video_loopback.cc
index 66bafbb6f00165bb0c894ec1d6f05a216ca746d3..dc8de56adec6e75ad73f4b24d95d6fc909d5ca9d 100644
--- a/webrtc/video/video_loopback.cc
+++ b/webrtc/video/video_loopback.cc
@@ -318,6 +318,7 @@ int main(int argc, char* argv[]) {
// with a scope that outlives the test.
std::string field_trials = webrtc::flags::FLAG_force_fieldtrials;
webrtc::test::InitFieldTrialsFromString(field_trials);
+
webrtc::test::RunTest(webrtc::Loopback);
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698