| Index: components/offline_pages/core/prefetch/prefetch_dispatcher_impl.h
|
| diff --git a/components/offline_pages/core/prefetch/prefetch_dispatcher_impl.h b/components/offline_pages/core/prefetch/prefetch_dispatcher_impl.h
|
| index 4f2b5af045718f69c10124b1ff3f0e6989f98d03..c3c52365690946dea1e7f23a7f8eda7d5faa600a 100644
|
| --- a/components/offline_pages/core/prefetch/prefetch_dispatcher_impl.h
|
| +++ b/components/offline_pages/core/prefetch/prefetch_dispatcher_impl.h
|
| @@ -24,6 +24,7 @@ class PrefetchDispatcherImpl : public PrefetchDispatcher {
|
| // PrefetchDispatcher implementation:
|
| void SetService(PrefetchService* service) override;
|
| void AddCandidatePrefetchURLs(
|
| + const std::string& name_space,
|
| const std::vector<PrefetchURL>& prefetch_urls) override;
|
| void RemoveAllUnprocessedPrefetchURLs(const std::string& name_space) override;
|
| void RemovePrefetchURLsByClientId(const ClientId& client_id) override;
|
|
|