| Index: content/child/shared_memory_data_consumer_handle.h
|
| diff --git a/content/child/shared_memory_data_consumer_handle.h b/content/child/shared_memory_data_consumer_handle.h
|
| index d371705b14af43c7e57dd593d88f2f5d883e6bfb..03f3df08f42ab14a17429f5db33e567b65201b7f 100644
|
| --- a/content/child/shared_memory_data_consumer_handle.h
|
| +++ b/content/child/shared_memory_data_consumer_handle.h
|
| @@ -14,8 +14,6 @@
|
| namespace content {
|
|
|
| // This class is a WebDataConsumerHandle that accepts RequestPeer::ReceivedData.
|
| -// TODO(yhirano): Currently this only works on a single thread. Make this class
|
| -// work with a multi thread environment.
|
| class CONTENT_EXPORT SharedMemoryDataConsumerHandle final
|
| : public NON_EXPORTED_BASE(blink::WebDataConsumerHandle) {
|
| private:
|
|
|