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

Unified Diff: remoting/base/constants.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/base/constants.h
diff --git a/remoting/base/constants.h b/remoting/base/constants.h
index c992f110c6b49807d4cdbc61caa76ec6699427d7..fcfd8cc43d6e1c6e6a948c1f02fc9525b19cc5e9 100644
--- a/remoting/base/constants.h
+++ b/remoting/base/constants.h
@@ -10,7 +10,8 @@ namespace remoting {
extern const char kChromotingBotJid[];
// Service name used for authentication.
-extern const char kChromotingTokenServiceName[];
+// TODO(ajwong): Remove this once we've killed off XmppToken usage.
Wez 2011/05/25 03:57:46 Mark this with a bug-#?
awong 2011/05/25 16:56:56 Done.
+extern const char kChromotingTokenDefaultServiceName[];
// Namespace used for chromoting XMPP stanzas.
extern const char kChromotingXmlNamespace[];

Powered by Google App Engine
This is Rietveld 408576698