diff options
author | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-26 06:30:31 +0000 |
---|---|---|
committer | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-26 06:30:31 +0000 |
commit | d95ee260453471c3283ec93c588a69d476841247 (patch) | |
tree | 852fdf64d8d958008ae37dfcf26a3dcb25073645 /remoting/remoting_srcs.gypi | |
parent | 37ea9a6d57233773d2a5daeab5ac44d14aa93882 (diff) | |
download | chromium_src-d95ee260453471c3283ec93c588a69d476841247.zip chromium_src-d95ee260453471c3283ec93c588a69d476841247.tar.gz chromium_src-d95ee260453471c3283ec93c588a69d476841247.tar.bz2 |
Refactor TokenValidatorImpl into a base class + implementation.
Most of the common logic and response handling code are moved into a base class, and the implementation contains just the logic to prepare the validation request (which is where the actual keypair-based authentication happens). This makes it easier to implement different, non-keypair-based host authentication mechanisms.
BUG=
Review URL: https://codereview.chromium.org/165293004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_srcs.gypi')
-rw-r--r-- | remoting/remoting_srcs.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi index 25f46a6..2be74ca 100644 --- a/remoting/remoting_srcs.gypi +++ b/remoting/remoting_srcs.gypi @@ -177,6 +177,7 @@ 'protocol/third_party_client_authenticator.h', 'protocol/third_party_host_authenticator.cc', 'protocol/third_party_host_authenticator.h', + 'protocol/token_validator.h', 'protocol/v2_authenticator.cc', 'protocol/v2_authenticator.h', 'protocol/video_reader.cc', |