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

Side by Side 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: add capabiility_names.h 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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef REMOTING_PROTOCOL_CAPABILITY_NAMeS_H_
2 #define REMOTING_PROTOCOL_CAPABILITY_NAMeS_H_
3
4 namespace remoting {
5 namespace protocol {
6
7 // Used for negotiating client-host capabilities for touch events.
8 const char kTouchEventsCapability[] = "touchEvents";
9
10 const char kSendInitialResolution[] = "sendInitialResolution";
11 const char kRateLimitResizeRequests[] = "rateLimitResizeRequests";
12
13 } // namespace protocol
14 } // namespace remoting
15
16 #endif // REMOTING_PROTOCOL_CAPABILITY_NAMeS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698