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

Unified Diff: components/offline_pages/offline_page_item.h

Issue 2336813002: [Offline pages] OPMStoreSQL: Upgrade to M55, Upgrade refactoring, conversion refactoring (Closed)
Patch Set: Addressing CR feedback 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_item.h
diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
index 1757a460f72d2c7b710df5b6ece9d224e2a01fdf..45244984ee5e12fbd140ee1466fb3b8fe44e2dd1 100644
--- a/components/offline_pages/offline_page_item.h
+++ b/components/offline_pages/offline_page_item.h
@@ -70,8 +70,6 @@ struct OfflinePageItem {
// their ids to our saved pages.
ClientId client_id;
- // Version of the offline page item.
- int version;
// The file path to the archive with a local copy of the page.
base::FilePath file_path;
// The size of the offline copy.

Powered by Google App Engine
This is Rietveld 408576698