summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authenticator.h
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 07:06:39 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-24 07:06:39 +0000
commit4cc63fc8670f96870f69a6e1b42d28b8763fdaa7 (patch)
treefc1dd94ed6964281fea52cafc98f771aba7cd4c0 /remoting/protocol/authenticator.h
parentf20a99a23985538944aa5fafdc645fad9b578635 (diff)
downloadchromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.zip
chromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.tar.gz
chromium_src-4cc63fc8670f96870f69a6e1b42d28b8763fdaa7.tar.bz2
Show a 'remember me' checkbox in the web-app when connecting to a host that supports pairing.
Currently this checkbox does nothing. The next CL will add code to request pairing if it was checked. BUG=156182 Review URL: https://chromiumcodereview.appspot.com/15685008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/authenticator.h')
-rw-r--r--remoting/protocol/authenticator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
index 43cf646..28288e5 100644
--- a/remoting/protocol/authenticator.h
+++ b/remoting/protocol/authenticator.h
@@ -21,6 +21,7 @@ class ChannelAuthenticator;
typedef base::Callback<void(const std::string& secret)> SecretFetchedCallback;
typedef base::Callback<void(
+ bool pairing_supported,
const SecretFetchedCallback& secret_fetched_callback)> FetchSecretCallback;
// Authenticator is an abstract interface for authentication protocol