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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2814023003: Add command-line param to screenshare_loopback to specify a list of slides (Closed)
Patch Set: Use tokenize() from base to split string by comma instead of doing it manually Created 3 years, 8 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_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 9e851f062c9472d8a5ea075228f0b09696203794..fac5e7c2e5658c1aa9fb692bc21875823ceb8010 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -62,6 +62,7 @@ class VideoQualityTest : public test::CallTest {
bool enabled;
int32_t slide_change_interval;
int32_t scroll_duration;
+ std::vector<std::string> slides;
} screenshare;
struct Analyzer {
std::string test_label;

Powered by Google App Engine
This is Rietveld 408576698