Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: components/offline_pages/core/prefetch/prefetch_service_impl.h

Issue 2879013002: Create skeleton for the Prefetching store and initial pipeline step. (Closed)
Patch Set: A couple of minor changes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/offline_pages/core/prefetch/prefetch_service_impl.h
diff --git a/components/offline_pages/core/prefetch/prefetch_service_impl.h b/components/offline_pages/core/prefetch/prefetch_service_impl.h
index c476f13e90e0bbdf2a47530f71e58bcd3c6c14bb..ded84d8b77a7be6cbd88640e76c1c81d2753f644 100644
--- a/components/offline_pages/core/prefetch/prefetch_service_impl.h
+++ b/components/offline_pages/core/prefetch/prefetch_service_impl.h
@@ -11,10 +11,11 @@
#include "components/offline_pages/core/prefetch/prefetch_service.h"
namespace offline_pages {
+class PrefetchStore;
class PrefetchServiceImpl : public PrefetchService {
public:
- PrefetchServiceImpl();
+ PrefetchServiceImpl(std::unique_ptr<PrefetchStore> store);
~PrefetchServiceImpl() override;
// PrefetchService implementation:

Powered by Google App Engine
This is Rietveld 408576698