Home
last modified time | relevance | path

Searched defs:TunnelContentDescription (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient.cc91 struct TunnelContentDescription : public ContentDescription { struct
92 std::string description;
94 TunnelContentDescription(const std::string& desc) : description(desc) { } in TunnelContentDescription() argument