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

Unified Diff: components/offline_pages/offline_page_item.h

Issue 2343743002: [Offline pages] Updating the UpdateCallback in OPMStoreSQL (Closed)
Patch Set: Addressing final 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 45244984ee5e12fbd140ee1466fb3b8fe44e2dd1..21ae3f457d199aca2ed575ca72ed1fb61be76b32 100644
--- a/components/offline_pages/offline_page_item.h
+++ b/components/offline_pages/offline_page_item.h
@@ -54,6 +54,8 @@ struct OfflinePageItem {
OfflinePageItem(const OfflinePageItem& other);
~OfflinePageItem();
+ bool operator==(const OfflinePageItem& other) const;
dewittj 2016/09/23 17:21:35 This should be documented; in particular, two Offl
+
// Gets a URL of the file under |file_path|.
GURL GetOfflineURL() const;

Powered by Google App Engine
This is Rietveld 408576698