| Index: content/child/shared_memory_data_consumer_handle.cc
|
| diff --git a/content/child/shared_memory_data_consumer_handle.cc b/content/child/shared_memory_data_consumer_handle.cc
|
| index 69a369d883fb2c4cd7bcf9796f471e4405e3a61f..091eb50c7de0cd92ba49d58a78fd428b92135ff2 100644
|
| --- a/content/child/shared_memory_data_consumer_handle.cc
|
| +++ b/content/child/shared_memory_data_consumer_handle.cc
|
| @@ -40,9 +40,6 @@ class DelegateThreadSafeReceivedData final
|
| int encoded_data_length() const override {
|
| return data_->encoded_data_length();
|
| }
|
| - int encoded_body_length() const override {
|
| - return data_->encoded_body_length();
|
| - }
|
|
|
| private:
|
| std::unique_ptr<RequestPeer::ReceivedData> data_;
|
|
|