chromium/remoting/host/native_messaging/native_messaging_constants.cc

// Copyright 2021 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/host/native_messaging/native_messaging_constants.h"

namespace remoting {

const char kMessageId[] =;
const char kMessageType[] =;

const char kHelloMessage[] =;
const char kHostVersion[] =;
const char kSupportedFeatures[] =;
const char kHelloResponse[] =;

}  // namespace remoting