| Index: components/offline_pages/background/request_queue_in_memory_store.cc
|
| diff --git a/components/offline_pages/background/request_queue_in_memory_store.cc b/components/offline_pages/background/request_queue_in_memory_store.cc
|
| index 83f59f4b02ef06ebe2234b41adda9bb47f266dca..bca98c92c70c48370e853e24b09e57edebf187da 100644
|
| --- a/components/offline_pages/background/request_queue_in_memory_store.cc
|
| +++ b/components/offline_pages/background/request_queue_in_memory_store.cc
|
| @@ -51,8 +51,6 @@ void RequestQueueInMemoryStore::RemoveRequests(
|
| if (iter != requests_.end()) {
|
| requests_.erase(iter);
|
| ++count;
|
| - } else {
|
| - result = false;
|
| }
|
| }
|
|
|
|
|