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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.cc

Issue 17314012: Move PPB_TCPSocket out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
index 0793387841790a99d1b997c1048a23a5ba8af1a9..16a6155433c0cda4081b7c7741cc6c1c8556feef 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
@@ -1213,7 +1213,7 @@ void PepperPluginDelegateImpl::TCPSocketDisconnect(uint32 socket_id) {
void PepperPluginDelegateImpl::TCPSocketSetOption(
uint32 socket_id,
- PP_TCPSocket_Option_Dev name,
+ PP_TCPSocket_Option name,
const ppapi::SocketOptionData& value) {
DCHECK(tcp_sockets_.Lookup(socket_id));
render_view_->Send(
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.h ('k') | native_client_sdk/src/build_tools/sdk_files.list » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698