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

Unified Diff: remoting/protocol/session_config.h

Issue 1923573006: Implement a dummy host to do capturing and analysis only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build break Created 4 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: remoting/protocol/session_config.h
diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
index 312ce88ec2264b0a3467d9acc80bfa56dd07ff69..78e30fa12f982386407ace5c008c7e1e581f9c23 100644
--- a/remoting/protocol/session_config.h
+++ b/remoting/protocol/session_config.h
@@ -89,6 +89,7 @@ class SessionConfig {
// Returns a suitable session configuration for use in tests.
static std::unique_ptr<SessionConfig> ForTest();
+ static std::unique_ptr<SessionConfig> ForTestWithAudio();
static std::unique_ptr<SessionConfig> ForTestWithVerbatimVideo();
static std::unique_ptr<SessionConfig> ForTestWithWebrtc();

Powered by Google App Engine
This is Rietveld 408576698