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

Unified Diff: remoting/host/host_config.h

Issue 595063005: Save the client base JID for authentication in case it differs from the email (for accounts non-Goo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 19332b3064e0b346d07fdf1ae7cae1d7a1921ea1..41d8e4b4d04dbb2976cfdbb8b1291b397174816c 100644
--- a/remoting/host/host_config.h
+++ b/remoting/host/host_config.h
@@ -19,8 +19,10 @@ namespace remoting {
// Status of the host, whether it is enabled or disabled.
extern const char kHostEnabledConfigPath[];
-// Google account of the owner of this host.
+// Base JID of the owner of this host.
Sergey Ulanov 2014/09/25 02:28:46 It's worth mentioning why it may be different from
rmsousa 2014/09/27 01:42:17 Done.
extern const char kHostOwnerConfigPath[];
+// Email of the owner of this host.
+extern const char kHostOwnerEmailConfigPath[];
// Login used to authenticate in XMPP network.
extern const char kXmppLoginConfigPath[];
// Auth token used to authenticate to XMPP network.

Powered by Google App Engine
This is Rietveld 408576698