Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: remoting/client/client_config.h

Issue 12518027: Protocol / client plugin changes to support interactively asking for a PIN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix comments Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_config.h
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h
index bf8474bd87e87058582cefe7da28b3791b9851ac..8cc67b3c9e1a9258b8d1fba23cdd757d614be0e9 100644
--- a/remoting/client/client_config.h
+++ b/remoting/client/client_config.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "remoting/protocol/authentication_method.h"
+#include "remoting/protocol/negotiating_authenticator.h"
namespace remoting {
@@ -22,7 +23,7 @@ struct ClientConfig {
std::string host_jid;
std::string host_public_key;
- std::string shared_secret;
+ protocol::FetchSecretCallback fetch_secret_callback;
std::vector<protocol::AuthenticationMethod> authentication_methods;
std::string authentication_tag;
};
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698