summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/capability_names.h
blob: 63eb0d7486eea57edb2713675991a030028c97f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2015 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.

#ifndef REMOTING_PROTOCOL_CAPABILITY_NAMES_H_
#define REMOTING_PROTOCOL_CAPABILITY_NAMES_H_

namespace remoting {
namespace protocol {

// Used for negotiating client-host capabilities for touch events.
const char kTouchEventsCapability[] = "touchEvents";

const char kSendInitialResolution[] = "sendInitialResolution";
const char kRateLimitResizeRequests[] = "rateLimitResizeRequests";

}  // namespace protocol
}  // namespace remoting

#endif  // REMOTING_PROTOCOL_CAPABILITY_NAMES_H_