blob: b77ecd58051ea57eba1b0c1995ea8bcddcd39391 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// 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
|