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..60da5104701f82d40ca1e7a3d25bd67deda0a00d |
--- /dev/null |
+++ b/remoting/protocol/capability_names.h |
@@ -0,0 +1,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_ |