From d95ee260453471c3283ec93c588a69d476841247 Mon Sep 17 00:00:00 2001 From: "rmsousa@chromium.org" Date: Wed, 26 Feb 2014 06:30:31 +0000 Subject: 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 --- remoting/remoting_host.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting/remoting_host.gypi') diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 4639e18..e3071e1 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -224,6 +224,8 @@ 'host/shaped_screen_capturer.h', 'host/signaling_connector.cc', 'host/signaling_connector.h', + 'host/token_validator_base.cc', + 'host/token_validator_base.h', 'host/token_validator_factory_impl.cc', 'host/token_validator_factory_impl.h', 'host/usage_stats_consent.h', -- cgit v1.1