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

Unified Diff: components/offline_pages/offline_page_metadata_store.cc

Issue 2353393002: [Offline pages] Extracting and templatizing types for store callbacks (Closed)
Patch Set: Removing offline_store_types_impl.h Created 4 years, 3 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.cc
diff --git a/components/offline_pages/offline_page_metadata_store.cc b/components/offline_pages/offline_page_metadata_store.cc
index c12088023ec029efe1e9715ee04d774b04eca7a0..24af10b37a3e52a74b80bed2216cbcd795c4e641 100644
--- a/components/offline_pages/offline_page_metadata_store.cc
+++ b/components/offline_pages/offline_page_metadata_store.cc
@@ -6,9 +6,7 @@
namespace offline_pages {
-StoreUpdateResult::StoreUpdateResult(StoreState state) : store_state(state) {}
-
-StoreUpdateResult::~StoreUpdateResult() {}
+template class StoreUpdateResult<OfflinePageItem>;
OfflinePageMetadataStore::OfflinePageMetadataStore() {
}

Powered by Google App Engine
This is Rietveld 408576698