Chromium Code Reviews| Index: remoting/protocol/content_description.h |
| =================================================================== |
| --- remoting/protocol/content_description.h (revision 124888) |
| +++ remoting/protocol/content_description.h (working copy) |
| @@ -32,6 +32,8 @@ |
| scoped_ptr<buzz::XmlElement> authenticator_message); |
| virtual ~ContentDescription(); |
| + virtual ContentDescription* Copy() const OVERRIDE; |
| + |
| const CandidateSessionConfig* config() const { |
| return candidate_config_.get(); |
| } |