Chromium Code Reviews| Index: content/renderer/pepper_plugin_delegate_impl.cc |
| diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc |
| index b736ef5dbf6fe8d18226f784706503fda330414b..130170caa96749289c2f5401fad73098770c0a3c 100644 |
| --- a/content/renderer/pepper_plugin_delegate_impl.cc |
| +++ b/content/renderer/pepper_plugin_delegate_impl.cc |
| @@ -530,9 +530,6 @@ class HostDispatcherWrapper |
| return false; |
| #if defined(OS_POSIX) |
| - // Check the validity of fd for bug investigation. Remove after fixed. |
| - // See for details: crbug.com/103957. |
| - CHECK_NE(-1, channel_handle.socket.fd); |
|
piman
2012/02/03 18:52:22
Should we leave this as a DCHECK to catch regressi
|
| if (channel_handle.socket.fd == -1) |
| return false; |
| #endif |