summaryrefslogtreecommitdiffstats
path: root/remoting/proto/internal.proto
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 04:35:10 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 04:35:10 +0000
commit9ffa78a227091e9bcdd8cecb5e7dec707e04591d (patch)
tree2fed1f38d5e162fc3c7b7fe9394ffcbd191fa529 /remoting/proto/internal.proto
parent391550bf4a604da8aeacbd1d9f54b33a87062691 (diff)
downloadchromium_src-9ffa78a227091e9bcdd8cecb5e7dec707e04591d.zip
chromium_src-9ffa78a227091e9bcdd8cecb5e7dec707e04591d.tar.gz
chromium_src-9ffa78a227091e9bcdd8cecb5e7dec707e04591d.tar.bz2
Protocol-level changes required to support PIN-less authentication.
This CL adds the protocol messages needed to support PIN-less authentication, and the C++ glue to route them as far as the HostStub and get the reply back to a client callback. BUG=156182 Review URL: https://chromiumcodereview.appspot.com/14715012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto/internal.proto')
-rw-r--r--remoting/proto/internal.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 5775798..219e3ef 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -22,6 +22,8 @@ message ControlMessage {
optional VideoControl video_control = 3;
optional AudioControl audio_control = 5;
optional Capabilities capabilities = 6;
+ optional PairingRequest pairing_request = 7;
+ optional PairingResponse pairing_response = 8;
}
// Defines an event message on the event channel.