blob: 4e734d9c46110dcae9f7ec5be1a5db0b92d3bff2 [file] [log] [blame]
// 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[] = "id";
const char kMessageType[] = "type";
const char kHelloMessage[] = "hello";
const char kHostVersion[] = "version";
const char kSupportedFeatures[] = "supportedFeatures";
const char kHelloResponse[] = "helloResponse";
} // namespace remoting