DescriptionHost extensions
This CL introduces HostExtension, an interface for classes that
extend the host with non-core functionality.
Extensions are added to the ChromotingHost. They are used to compile
the list of capabilities reported to the client, which can be used by
the client to determine the availability of the extension.
When a client connects, a HostExtension has the opportunity to create
an HostExtensionSession to hold client/extension state, and to handle
extension messages from that client.
BUG=
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273901
Patch Set 1 : #
Total comments: 28
Patch Set 2 : #Patch Set 3 : ChromotingHost creates extension sessions, and adds capabilities #
Total comments: 16
Patch Set 4 : Addressed comments #Patch Set 5 : Rebase to ToT #Patch Set 6 : Fixed remoting_host.gypi #
Messages
Total messages: 17 (0 generated)
|