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

Unified Diff: components/offline_pages/offline_page_metadata_store.h

Issue 1694863003: Refactor the offline page storage to include client namespace and id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address changes Created 4 years, 10 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_metadata_store.h
diff --git a/components/offline_pages/offline_page_metadata_store.h b/components/offline_pages/offline_page_metadata_store.h
index 0d65914c51a6d8499ce6415b6ef211d967f3eaec..e4c57c5fc41cbac0eb0872c0ed9fb718605856b4 100644
--- a/components/offline_pages/offline_page_metadata_store.h
+++ b/components/offline_pages/offline_page_metadata_store.h
@@ -54,7 +54,7 @@ class OfflinePageMetadataStore {
// Asynchronously removes offline page metadata from the store.
// Result of the update is passed in callback.
- virtual void RemoveOfflinePages(const std::vector<int64_t>& bookmark_ids,
+ virtual void RemoveOfflinePages(const std::vector<int64_t>& offline_ids,
const UpdateCallback& callback) = 0;
// Resets the store.

Powered by Google App Engine
This is Rietveld 408576698