Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: remoting/protocol/capability_names.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass supports_touch_events to classes that inherit BasicDesktopEnvironment Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698