// Copyright (c) 2010 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. #include "remoting/host/host_config.h" namespace remoting { const wchar_t* kXmppLoginConfigPath = L"xmpp_login"; const wchar_t* kXmppAuthTokenConfigPath = L"xmpp_auth_token"; const wchar_t* kHostIdConfigPath = L"host_id"; const wchar_t* kHostNameConfigPath = L"host_name"; const wchar_t* kPrivateKeyConfigPath = L"private_key"; } // namespace remoting