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

Unified Diff: remoting/host/host_config.h

Issue 959033004: Remove ClientLogin support from remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/jni/chromoting_jni_instance.cc ('k') | remoting/host/host_config_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_config.h
diff --git a/remoting/host/host_config.h b/remoting/host/host_config.h
index 198ddbb693118e57c1b63a14ae534ccb389c5d32..1ec35ce9c863297b41fc35187b631af0bfc03ac1 100644
--- a/remoting/host/host_config.h
+++ b/remoting/host/host_config.h
@@ -27,12 +27,8 @@ extern const char kHostOwnerConfigPath[];
extern const char kHostOwnerEmailConfigPath[];
// Login used to authenticate in XMPP network (could be a service account).
extern const char kXmppLoginConfigPath[];
-// Auth token used to authenticate to XMPP network.
-extern const char kXmppAuthTokenConfigPath[];
// OAuth refresh token used to fetch an access token for the XMPP network.
extern const char kOAuthRefreshTokenConfigPath[];
-// Auth service used to authenticate to XMPP network.
-extern const char kXmppAuthServiceConfigPath[];
// Unique identifier of the host used to register the host in directory.
// Normally a random UUID.
extern const char kHostIdConfigPath[];
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.cc ('k') | remoting/host/host_config_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698