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

Unified Diff: remoting/client/client_config.h

Issue 12475020: Client plugin changes to support third party authentication. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reviewer 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
Index: remoting/client/client_config.h
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h
index a7e87e995215be349cef2b814f69a933beca5d67..9b954d120db9adb731789f9e4ba1be55e9906a2d 100644
--- a/remoting/client/client_config.h
+++ b/remoting/client/client_config.h
@@ -24,6 +24,7 @@ struct ClientConfig {
std::string host_public_key;
protocol::FetchSecretCallback fetch_secret_callback;
+
std::vector<protocol::AuthenticationMethod> authentication_methods;
std::string authentication_tag;
};

Powered by Google App Engine
This is Rietveld 408576698