chromium/remoting/base/constants.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/base/constants.h"

namespace remoting {

const char kChromotingXmlNamespace[] =;

const char kAudioChannelName[] =;
const char kControlChannelName[] =;
const char kEventChannelName[] =;
const char kVideoChannelName[] =;
const char kVideoStatsChannelNamePrefix[] =;

const char kMimeTypeTextUtf8[] =;

}  // namespace remoting