| Index: remoting/protocol/capability_names.h
|
| diff --git a/remoting/protocol/capability_names.h b/remoting/protocol/capability_names.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..79729176a85f41850a453395b72c8d590cadf34d
|
| --- /dev/null
|
| +++ b/remoting/protocol/capability_names.h
|
| @@ -0,0 +1,16 @@
|
| +#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_
|
|
|