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

Unified Diff: content/browser/renderer_host/pepper/pepper_message_filter.h

Issue 12220050: Provide a way to disable Nagle's algorithm on Pepper TCP sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually export v0.5 interface, and add thunk for it. Fix unit-test and add missing IsConnected che… Created 7 years, 10 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: content/browser/renderer_host/pepper/pepper_message_filter.h
diff --git a/content/browser/renderer_host/pepper/pepper_message_filter.h b/content/browser/renderer_host/pepper/pepper_message_filter.h
index 13164c60ce96abfbe27d1c36893184237ef36d56..f83258e129df107175110fc23dcc998b853e45f4 100644
--- a/content/browser/renderer_host/pepper/pepper_message_filter.h
+++ b/content/browser/renderer_host/pepper/pepper_message_filter.h
@@ -152,6 +152,7 @@ class PepperMessageFilter
void OnTCPRead(uint32 socket_id, int32_t bytes_to_read);
void OnTCPWrite(uint32 socket_id, const std::string& data);
void OnTCPDisconnect(uint32 socket_id);
+ void OnTCPSetBoolOption(uint32 socket_id, uint32_t name, bool value);
yzshen1 2013/02/12 17:39:58 I still think that using the enum type is better t
Wez 2013/02/12 18:45:21 This is an IPC handler.
yzshen1 2013/02/13 08:07:14 Please see my comment in pepper_tcp_socket.h You c
void OnTCPServerListen(int32 routing_id,
uint32 plugin_dispatcher_id,
PP_Resource socket_resource,
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/pepper_message_filter.cc » ('j') | ppapi/proxy/ppapi_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698