| // 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 |