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

Side by Side Diff: remoting/protocol/content_description.h

Issue 653203005: Roll WebRTC 7546:7549. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_ 5 #ifndef REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_
6 #define REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_ 6 #define REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/ref_counted.h"
12 #include "remoting/protocol/session_config.h" 12 #include "remoting/protocol/session_config.h"
13 #include "third_party/libjingle/source/talk/p2p/base/sessiondescription.h" 13 #include "third_party/webrtc/p2p/base/sessiondescription.h"
14 14
15 namespace buzz { 15 namespace buzz {
16 class XmlElement; 16 class XmlElement;
17 } // namespace buzz 17 } // namespace buzz
18 18
19 namespace remoting { 19 namespace remoting {
20 namespace protocol { 20 namespace protocol {
21 21
22 // ContentDescription used for chromoting sessions. It contains the information 22 // ContentDescription used for chromoting sessions. It contains the information
23 // from the content description stanza in the session intialization handshake. 23 // from the content description stanza in the session intialization handshake.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 const char tag_name[], 55 const char tag_name[],
56 bool codec_required, 56 bool codec_required,
57 bool optional, 57 bool optional,
58 std::list<ChannelConfig>* const configs); 58 std::list<ChannelConfig>* const configs);
59 }; 59 };
60 60
61 } // namespace protocol 61 } // namespace protocol
62 } // namespace remoting 62 } // namespace remoting
63 63
64 #endif // REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_ 64 #endif // REMOTING_PROTOCOL_CONTENT_DESCRIPTION_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698