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

Unified Diff: components/offline_pages/offline_page_model_impl.h

Issue 2026843003: [Offline Pages] Removing client in storage manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/offline_page_model_impl.h
diff --git a/components/offline_pages/offline_page_model_impl.h b/components/offline_pages/offline_page_model_impl.h
index b32798ba3bc78347f34fff43bb72cc69f98aa9fe..c6c9c2f578507a01e4b62af1dee629c4f46be247 100644
--- a/components/offline_pages/offline_page_model_impl.h
+++ b/components/offline_pages/offline_page_model_impl.h
@@ -67,9 +67,9 @@ class OfflinePageModelImpl : public OfflinePageModel, public KeyedService {
std::unique_ptr<OfflinePageArchiver> archiver,
const SavePageCallback& callback) override;
void MarkPageAccessed(int64_t offline_id) override;
+ void ClearAll(const base::Closure& callback) override;
void DeletePagesByOfflineId(const std::vector<int64_t>& offline_ids,
const DeletePageCallback& callback) override;
- void ClearAll(const base::Closure& callback) override;
void DeletePagesByURLPredicate(const UrlPredicate& predicate,
const DeletePageCallback& callback) override;
void HasPages(const std::string& name_space,

Powered by Google App Engine
This is Rietveld 408576698