| 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..4987e3b425e06062237df45ae1de75bce2f176d6 100644
|
| --- a/content/child/shared_memory_data_consumer_handle.h
|
| +++ b/content/child/shared_memory_data_consumer_handle.h
|
| @@ -69,6 +69,7 @@ class CONTENT_EXPORT SharedMemoryDataConsumerHandle final
|
|
|
| private:
|
| virtual ReaderImpl* obtainReaderInternal(Client* client);
|
| + const char* debugName() const override;
|
| void LockImplicitly();
|
| void UnlockImplicitly();
|
|
|
|
|