| Index: remoting/protocol/session_config.h
|
| diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
|
| index 6885de85940669cedd71d05391a901b764faab20..cc444a08d502d31476f2ed98d801ccff201f0de0 100644
|
| --- a/remoting/protocol/session_config.h
|
| +++ b/remoting/protocol/session_config.h
|
| @@ -81,6 +81,7 @@ class SessionConfig {
|
|
|
| // Returns a suitable session configuration for use in tests.
|
| static scoped_ptr<SessionConfig> ForTest();
|
| + static scoped_ptr<SessionConfig> ForTestWithVerbatimVideo();
|
|
|
| bool standard_ice() const { return standard_ice_; }
|
|
|
|
|