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

Unified Diff: remoting/host/host_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/host/host_config.h
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
index d9c1cd40006c0a566fb6b69ea03bb9ee8d2d15f5..16258091adc991114cd0423bccec195d39ad012b 100644
--- a/remoting/host/host_config.h
+++ b/remoting/host/host_config.h
@@ -21,6 +21,8 @@ extern const char kHostEnabledConfigPath[];
extern const char kXmppLoginConfigPath[];
// Auth token used to authenticate in XMPP network.
extern const char kXmppAuthTokenConfigPath[];
+// Auth service used to authenticate in XMPP network.
Wez 2011/05/25 03:57:46 Should "in" really be "in" and not "to"?
awong 2011/05/25 16:56:56 sure.
+extern const char kXmppAuthServiceConfigPath[];
// Unique identifier of the host used to register the host in directory.
// Normally a random UUID.
extern const char kHostIdConfigPath[];

Powered by Google App Engine
This is Rietveld 408576698