Chromium Code Reviews| Index: components/offline_pages/background/request_coordinator.h |
| diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h |
| index ffbb8570499257b13d5d6f8b66ab650d85d5e887..2d8087198ea534fe5feedd1f9cea3b22d2c89724 100644 |
| --- a/components/offline_pages/background/request_coordinator.h |
| +++ b/components/offline_pages/background/request_coordinator.h |
| @@ -96,6 +96,7 @@ class RequestCoordinator : public KeyedService { |
| friend class RequestCoordinatorTest; |
| + bool request_in_progress_; |
|
chili
2016/06/20 18:38:34
though probably annoying to change - can we rename
Pete Williamson
2016/06/21 17:55:25
renamed to is_busy_
|
| // RequestCoordinator takes over ownership of the policy |
| std::unique_ptr<OfflinerPolicy> policy_; |
| // OfflinerFactory. Used to create offline pages. Owned. |