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

Unified Diff: components/offline_pages/offline_page_metadata_store_sql.h

Issue 2512073002: [Offline Pages] Removes two-step expiration related. (Closed)
Patch Set: adding unit in histograms. Created 4 years, 1 month 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_sql.h
diff --git a/components/offline_pages/offline_page_metadata_store_sql.h b/components/offline_pages/offline_page_metadata_store_sql.h
index 71e3c0f8e0fbb2dd79770104fc77e8827a859b11..5d7e9449fbe5ea1287d8806c393498122bc51d05 100644
--- a/components/offline_pages/offline_page_metadata_store_sql.h
+++ b/components/offline_pages/offline_page_metadata_store_sql.h
@@ -35,6 +35,8 @@ namespace offline_pages {
// * In M55 we dropped the following fields (never used): version, status,
// offline_url, user_initiated.
// * In M56 original_url was added.
+// * In M57 expiration_time was dropped. Existing expired pages would be
+// removed when metadata consistency check happens.
//
// Here is a procedure to update the schema for this store:
// * Decide how to detect that the store is on a particular version, which

Powered by Google App Engine
This is Rietveld 408576698