| 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 188d028e2e399f1c4bc4cdf20757c0daf58a4907..86d7ac2bf95481e5ff5715f6affb291760aac456 100644
|
| --- a/content/child/shared_memory_data_consumer_handle.h
|
| +++ b/content/child/shared_memory_data_consumer_handle.h
|
| @@ -31,6 +31,8 @@ class CONTENT_EXPORT SharedMemoryDataConsumerHandle final
|
| ~Writer();
|
| void AddData(scoped_ptr<RequestPeer::ReceivedData> data);
|
| void Close();
|
| + // TODO(yhirano): Consider providing error code.
|
| + void Error();
|
|
|
| private:
|
| scoped_refptr<Context> context_;
|
|
|