• Erik Jensen's avatar
    remoting: Move setting two capabilities to client_session.cc · 026b2d3c
    Erik Jensen authored
    Previously, rtcLogTransfer and webrtcIceSdpRestartAction were appended
    to the host capability set in me2me_desktop_environment.cc and
    it2me_desktop_environment.cc, but not in desktop_session_proxy.cc. The
    latter omission prevented the associated functionality from working with
    me2me on Windows hosts. Rather than setting the capabilities in yet
    another location, this change moves setting them to client_session.cc,
    which applies to all hosts, and is also where the associated
    functionality is hooked up.
    
    Change-Id: Ib534a52016b30382f40e6cbbee0c7376b684514d
    Bug: 1147147
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525239
    Commit-Queue: Erik Jensen <rkjnsn@chromium.org>
    Reviewed-by: default avatarLambros Lambrou <lambroslambrou@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#825437}
    026b2d3c
it2me_desktop_environment.h 2.42 KB