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..64eabc35c3f342926c2ae5f802854eddf3c2b6c8 100644 |
--- a/components/offline_pages/offline_page_item.h |
+++ b/components/offline_pages/offline_page_item.h |
@@ -54,9 +54,6 @@ struct OfflinePageItem { |
OfflinePageItem(const OfflinePageItem& other); |
~OfflinePageItem(); |
- // Gets a URL of the file under |file_path|. |
- GURL GetOfflineURL() const; |
- |
// Returns whether the offline page is expired. |
bool IsExpired() const; |