Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hangouts Remote Desktop Part V - It2MeHelpeeChannel
This CL introduces the class, which relays messages between the Hangouts web page (Hangouts) and the It2Me Native Messaging Host (It2MeHost) for the helpee (The hangout participant who is receiving remoting assistance). It runs in the background page. It contains a chrome.runtime.Port object, representing a connection to Hangouts and a remoting.It2MeHostFacade object, representing a connection to the IT2Me Native Messaging Host. After this CL, the webapp is ready for integration with Hangouts, with the exception of two outstanding work items below that must be addressed before launching: 1. Fetch the OAuthToken using remoting.OAuth2 for the v1 app (crbug.com/405130). 2. Show the confirm dialog using chrome.app.AppWindow for the v2 app (crbug.com/405139). Review URL: https://codereview.chromium.org/484353002 Cr-Commit-Position: refs/heads/master@{#291011} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291011 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information