Index: remoting/host/host_config.cc |
diff --git a/remoting/host/host_config.cc b/remoting/host/host_config.cc |
index cc02b15f9a686836fd06980f897266598f9f061c..09ba8e376cf58d7af4f5cffd5c6f0b97beb2e18b 100644 |
--- a/remoting/host/host_config.cc |
+++ b/remoting/host/host_config.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -9,6 +9,7 @@ namespace remoting { |
const char kHostEnabledConfigPath[] = "enabled"; |
const char kXmppLoginConfigPath[] = "xmpp_login"; |
const char kXmppAuthTokenConfigPath[] = "xmpp_auth_token"; |
+const char kXmppAuthServiceConfigPath[] = "xmpp_auth_service"; |
const char kHostIdConfigPath[] = "host_id"; |
const char kHostNameConfigPath[] = "host_name"; |
const char kPrivateKeyConfigPath[] = "private_key"; |