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

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: change setter to public and add license header Created 5 years, 6 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
« no previous file with comments | « remoting/host/win/session_desktop_environment.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/host/win/session_desktop_environment.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698