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

Unified Diff: remoting/client/client_config.h

Issue 7008003: Wire in OAuth2 support into non-sandboxed connections in libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 d4386674d196d92cf3f626aec17cea74cba1b270..8b6d165235e7278d24d587c8ef8f919352097770 100644
--- a/remoting/client/client_config.h
+++ b/remoting/client/client_config.h
@@ -18,6 +18,7 @@ struct ClientConfig {
std::string host_jid;
std::string username;
std::string auth_token;
+ std::string auth_service;
std::string nonce;
};

Powered by Google App Engine
This is Rietveld 408576698